Settings related to Ubisecure SSO - CustomerID
master.secret
The value of master.secret
is used to encrypt the contents of Ubisecure Directory. This seed secret value must match the value used by the Ubisecure SSO for master.secret
. This value is found in the Ubisecure SSO configuration file Ubisecure/ubilogin-sso/ubilogin/SYS.config
, where SYS can be unix or win32 depending on the platform where the server is running on. Usually this property is included in the eidm2_generated.properties
 file and there is no reason to modify it or reset it.
Default is master.secret
. However do not use this default setting. Always set your own or use the generated value.
Example:Â
master.secret = vC4DRX_Bjtyon867uoZ%O&I.
sso.template
This property defines the name of the user interface template that is used in the Ubisecure SSO. The template will be set up in the REST initialization call when the initializeRepository parameter has been set.
Default is default federation
.
Example:
sso.template = customer
uas.url
This property is needed if the user is to be automatically transferred to an application after a successful registration. It should define the address of Ubisecure SSO. E.g. https://sso.example.com/uas
). Usually this property is included in the eidm2_generated.properties
 file and there is no reason to modify it or reset it.
Default is https://localhost:8443/uas
.
Example:
uas.url = https://localhost:8443/uas