Authentication customization
Definition
Authentication customization contains options about authentication that can be enabled.
Configuration
You can access the Authentication Customization configuration :
by clicking on "Authentication" → “Authentication Customization”
by clicking on "System" → "Configurations" → "Access Service" and perform an import/export.
Properties
Property name | Type | Mandatory | Description | Values (default value in bold) |
---|---|---|---|---|
enableRememberMe |
| NO | If enabled, display the “Remember me” switch button on the login form. This button allows users to save their login so they do not have to enter it again at next authentications on this browser. | true, false |
rememberMeCookieValidityDays |
| NO | Validity of the “remember me” cookie in days. After this period, users will have to enter their login again and eventually switch on the “remember me” button to save it again. | 1 |
enableChangeLoginButton |
| NO | If enabled, display the change login button on authentication pages to allow users to authenticate with another account. | true, false |
Example
<maiaamcp:LoginCustomization>
<enableRememberMe>true</enableRememberMe>
<rememberMeCookieValidityDays>1</rememberMeCookieValidityDays>
<enableChangeLoginButton>false</enableChangeLoginButton>
</maiaamcp:LoginCustomization>