Skip to main content
Skip table of contents

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

Boolean

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

Integer

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

Boolean

NO

If enabled, display the change login button on authentication pages to allow users to authenticate with another account.

true, false

Example

XML
   <maiaamcp:LoginCustomization>
      <enableRememberMe>true</enableRememberMe>
      <rememberMeCookieValidityDays>1</rememberMeCookieValidityDays>
      <enableChangeLoginButton>false</enableChangeLoginButton>
   </maiaamcp:LoginCustomization>

Read Next

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.