IdentityProvidersActiveDirectoryOverLdap
The Providers.ActiveDirectoryOverLdap structure contains the information about to how to use an Active Directory over LDAP connection to allow searching for users and groups if the identity provider is an On-Prem service.
Properties
cert_chain
Optional
SSL certificate chain in base64 encoding. This field can be unset only, if all the active directory server endpoints use the LDAP (not LDAPS) protocol.
string
groups_base_dn
Required
Base distinguished name for groups
string as password
password
Required
Password to connect to the active directory server.
array of
string as uri
server_endpoints
Required
Active directory server endpoints. At least one active directory server endpoint must be set.
string
user_name
Required
User name to connect to the active directory server.
string
users_base_dn
Required
Base distinguished name for users
JSON Example
{
"groups_base_dn": "string",
"password": "string",
"server_endpoints": [
"string"
],
"user_name": "string",
"users_base_dn": "string"
}