Introduction
...
Provisioning is a configuration that all SOAJS micro-services can acquire once you turn on multi-tenant for them.
...
The below configuration is supported by the URAC micro-service and can be configured & changed at the tenant level under the Manage Pillar.
Configuration Details
...
Field Name | Type | Mandatory | Description |
---|---|---|---|
hashIterations | Number | Hashing Iteration value used by SOAJS hasher to encrypt/compare passwords | |
seedLength | Number | Seed Length value used by SOAJS hasher to encrypt/compare passwords | |
link | Object | Link values that are attached in the content of email notifications | |
tokenExpiryTTL | Number | token expiry limit in seconds | |
validateJoin | Boolean | Set to true if registration needs validation confirmation | |
Object | Object to configure the mail notifications content. Each type of notification is an entry in this object where you can configure a custom mail subject, link it to a template or inject html content directly. | ||
passportLogin | Object | Define application keys for passport integration. Currently supporting: Twitter - Facebook - Google |
Configuration Sample
...
The below configuration shows 2 objects inside the tenant configuration: URAC - Mail.
...