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.
# 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.