Note |
---|
NOTE: This step is very important as some configuration options cannot be changed after this step. |
Creating a site specific configuration for Ubisecure CustomerID can be done by editing the custom/eidm2.properties
and other Ubisecure CustomerID configuration files. For more information about the configuration options, refer to CustomerID Configuration. If you will be using Active Directory as the main user repository for Ubisecure CustomerID then you can find AD specific configuration guidance from CustomerID AD Integration Configuration.
...
Code Block | ||
---|---|---|
| ||
# use email address as the username when logging in # this requires that directory.account.login=mail is added to password.2 authentication method settings # without this setting, the default uid is used as the username when logging in general.login.attribute = mail # where to redirect the user when an error occurs or user presses exit - generally home page of the target service general.default.returnUrl = https://www.example.com # where to redirect the user after logout has been performed general.default.logoutReturnUrl = https://www.example.com | ||
Note | ||
NOTE: This step is very important as some configuration options cannot be changed after this step. |