Identity_Providers_ActiveDirectoryOverLdap

Identity_Providers_ActiveDirectoryOverLdap
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.

JSON Example
{
    "user_name": "string",
    "password": "string",
    "users_base_dn": "string",
    "groups_base_dn": "string",
    "server_endpoints": [
        "string"
    ],
    "cert_chain": {
        "cert_chain": [
            "string"
        ]
    }
}
string
user_name
Required

User name to connect to the active directory server.

string As password
password
Required

Password to connect to the active directory server.

string
users_base_dn
Required

Base distinguished name for users

string
groups_base_dn
Required

Base distinguished name for groups

array of string
server_endpoints
Required

Active directory server endpoints. At least one active directory server endpoint must be set.

cert_chain
Optional

The X509CertChain structure contains x509 certificate chain.