Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The prerequisites for auto log-on are as follows:

  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.


# This indicates how the login into the system should happen if there is a direct access to protected content. Possible values are - AUTO, FORM, BLOCK. Default 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 feature section.

  • No labels