LDAP
Auth - LDAP supports LDAP key-value pairs, and beginning in Auth version 4.7.14 additional attributes can be added to the base configuration.
Field
Description
...
"auth_ldap": {
"hostname": "ldapserver.bluefletch.com",
"port": 636,
"domain": "@BLUEFLETCH",
"rootDN": "DC=BLUEFLETCH,DC=com",
"useHttps": true,
"auth_default_group": "Associates",
"keyAlias": "aliasNameForKey",
"generateToken": true,
"claimsMap": "sam=sAMAccountName,cname=cn,upn=userPrincipalName,memberof=memberOf,dn=distinguishedName"
},
"auth_ldap_connections" : [
{
"hostname": "ldapserver.mnl.bluefletch.com",
"port": 389,
"domain": "@MNL",
"rootDN": "DC=BLUEFLETCH,DC=com",
"useHttps": false
},
{
"hostname": "ldapserver.atl.bluefletch.com",
"port": 636,
"domain": "@ATL",
"rootDN": "DC=BLUEFLETCH,DC=com",
"useHttps": true
}
]
...Last updated