Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. For this feature to function, both the Parent and Child Apps must be hybrid apps. Since a SSO provider is used to authenticate the log-on, the apps need internet connection to work.
  2. In the securityconfig.properties file, for the LOGIN_MODE key provide the value AUTO.

    Code Block
    languagebash
    # The following key indicates how the log-in to the system should happen if there is
    # a direct access to protected content. Possible values are: AUTO, FORM, BLOCK. The 
    # default value is BLOCK.
    LOGIN_MODE=AUTO


    When the LOGIN_MODE key is set to AUTO, the system will automatically try to authenticate the user with the available cookie. To enable the Canvas framework to do this, perform the steps listed in the Implementing the Auto Log-on page.


ReferĀ Implementing Auto Log-on for more details.