OpenLdapConfigurations

OpenLdapConfigurations
OpenLdapConfigurations

OpenLDAP configurations, required when type = "OPEN_LDAP"

JSON Example
{
    "directorySearchUserAttribute": "uid",
    "directorySearchGroupAttribute": "memberOf",
    "uniquelyIdentifiableAttributeForUser": "distinguishedName",
    "uniquelyIdentifiableAttributeForGroup": "distinguishedName",
    "userMembershipsFilterQuery": "uid",
    "membershipAttribute": "member"
}
string
directorySearchUserAttribute
Optional

User attribute for an LDAP query

string
directorySearchGroupAttribute
Optional

Group attribute for LDAP query

string
uniquelyIdentifiableAttributeForUser
Required

Distinguished name attribute for user in the schema

string
uniquelyIdentifiableAttributeForGroup
Required

Distinguished name attribute for group in the schema

string
userMembershipsFilterQuery
Required

Custom filter query for user memberships in the schema

string
membershipAttribute
Required

Membership attribute for groups in the schema