The configuration files which are used to override the default settings in Ubisecure CustomerID are placed in the custom directory inside the base directory (the suffix of the full path can be as follows: Ubisecure/customerid/application/custom
).
File Name | Description |
---|---|
backend.properties | This file contains configurations for backend requests. Changes require a server restart. |
eidm2.properties | This is the main configuration file of Ubisecure CustomerID. Changes to this file require a server restart. There is a template for this file in the installation package: template_eidm2.properties (located at Ubisecure\customerid\tools\examples\custom ). |
jndi.properties | This file contains the LDAP connection configuration. The LDAP connection configuration will be generated when running setup. Changes to this file require a server restart. |
permissions.properties | This file contains the permission configuration. Changes require a server restart. Default configuration file for this file is by default located at C:\Program Files\Ubisecure\customerid\application\webapps\eidm2\WEB-INF\permissions.properties . Please note that this default file should never be edited, but it can be used as a template for your own configuration file. |
protection.properties | This file contains different user authentication checking configurations. Changes require a server restart. There is a template for this file in the installation package: template_protection.properties (located at Ubisecure\customerid\tools\examples\custom ). |
validation.json | This file contains different user attribute validation configurations. Changes require a server restart. There is a template for this file in the installation package: template_validation.json (located at Ubisecure\customerid\tools\examples\custom ). |