Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

...

1. Password generation configuration


Info
titleLocation

In provision


You can change the values of the below variables to customize iterations, seeding, and the algorithm used to hash passwords.

...

2. 3rd party login configuration


Info
titleLocation

In provision


URAC allows third party login via one of the below methods:

  1. Passport Login: Define application keys for passport integration. Currently supporting Azure, Github, Twitter, Facebook, and Google. Got to the link for more information and an example of the configuration.
  2. OpenAM login: SSO (Single Sign-On).
  3. LDAP (Lightweight Directory Access Protocol) login: Active directory login.

3. Mail Configuration


Info
titleLocation

In provision


Mail configuration can be found under two configuration objects:

...

4. Pin login configuration


Info
titleLocation

In provision


Pin code adds a second layer of authentication to URAC. For example, having restaurants with multiple branches and multiple positions. User should put a password and should use a pin code to gain access. For full information go to
Pin login Configuration.

5. Data configuration

Resources and database configuration and creation steps can be found under Database needed by URAC. More information can be found under the registry configuration layer below Data Configuration.

Configuration priority and the default values

...



Name


Local Configuration (Default)

config.js

Registry Configuration (Per Environment)

req.soajs.registry


Tenant Configuration (Per Tenant Per Environment)

SettingsCustom
pinConfiguration1234
model¹"mongo"

hashIterations

24

seedLength12

model¹: We currently only support mongo models.

...