Versions Compared

Key

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

...

Field NameTypeMandatoryDescription

hashIterations

Number

Hashing Iteration value used by oAuth hasher to encrypt/compare passwords

seedLength

Number

Seed Length value used by oAuth hasher to encrypt/compare passwords


Configuration Sample

...

Code Block
languagejs
titleoAuth Tenant Configuration Sample
linenumberstrue
{
   "oauth": {
      "hashIterations": 1024, //used by hasher
      "seedLength": 32, //used by hasher      
   }
}


3rd party login configuration

...

  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.

...

languagejs
titleoAuth Tenant Configuration Sample
linenumberstrue

...