Identity_Providers_ActiveDirectoryOverLdap
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.
{
"user_name": "string",
"password": "string",
"users_base_dn": "string",
"groups_base_dn": "string",
"server_endpoints": [
"string"
],
"cert_chain": {
"cert_chain": [
"string"
]
}
}
User name to connect to the active directory server.
Password to connect to the active directory server.
Base distinguished name for users
Base distinguished name for groups
Active directory server endpoints. At least one active directory server endpoint must be set.
The X509CertChain structure contains x509 certificate chain.