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.
...
Code Block |
---|
|
master.secret = vC4DRX_Bjtyon867uoZ%O&I. |
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.
...
Code Block |
---|
|
sso.template = customer |
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:
Code Block |
---|
|
uas.url = https://localhost:8443/uas |
...