Version warning
Content of this page applies to Apache Syncope < 1.2.X
Introduction
This wiki page aims to show hot to manage configuration parameters via administration console.
The following important configuration parameters are given by default; values can be changed to reflect own deployment environment.
- createRequest.allowed
true, if self-registration is allowed; false, otherwise. - password.cipher.algorithm
Password cipher algorithm (supported values are: AES, SMD5, SHA1, SHA256, SSHA1, BCRYPT). - smtp.host and smtp.port
SMTP (host and port) used to send email notifications; if authentication is needed, also smtp.username and smtp.password must be provided. - token.expireTime
Double opt-in token expire time. - token.length
Double opt-in token length. - notificationjob.cronExpression
Cron-like expression for the notification job to run: empty string means disabled. - notification.maxRetries
Maximum number of times a notification is attempted before giving up. - authentication.statuses
The statuses when an user is allowed to authenticate: use | as separator with no spaces. - log.lastlogindate
true, if user login date has to be saved upon successful authentication (default); false, otherwise.
New parameters can be added in order to be used by the new overlay implementations.
Create new parameter
- Click on Configuration tab.
- Click on Parameters subtab.
- Click on Create new configuration and provide key and value.
- Click on Save button.
Edit parameter
- Click on Configuration tab.
- Click on Parameters subtab.
- Click on Edit link and change parameter value.
- Click on Save button.
Delete parameter
- Click on Configuration tab.
- Click on Parameters subtab.
- Click on Delete link.
- Confirm operation.