Prerequisites for Auto Log-on
The prerequisites for auto log-on are as follows:
- 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.
In the securityconfig.properties file, for the LOGIN_MODE key provide the value AUTO.
# 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.