IBM TRIRIGA Application Platform Version 3.5.2

Forcing users to log in through SSO

If you want to force users to log in through SSO, you must prevent them from using the default login page. Provide an alternative login page that does not contain a user name, password, or login button.

Procedure

  1. Add the following properties to the TRIRIGAWEB.properties file to specify the alternative login page and directory.
    Property Values Description
    ALTERNATE_INDEX_HTML File name

    The file name of the alternative sign-in page, for example, index.html.

    ALTERNATE_RESOURCE_DIRECTORY N, Y

    The path to the alternative sign-in page resource directory, for example, C:\pathToTRIRIGA\userfiles\alt.

  2. Restart the application server.


Feedback