Details for ldap
identity providers.
Name | Type | Description | Notes |
---|---|---|---|
ca | str | Certificate bundle to use to validate server certificates for the configured URL. | [optional] |
url | str | An https://tools.ietf.org/html/rfc2255[RFC 2255] URL which specifies the LDAP host and search parameters to use. | [optional] |
attributes | LDAPAttributes | [optional] | |
bind_dn | str | Optional distinguished name to use to bind during the search phase. | [optional] |
bind_password | str | Optional password to use to bind during the search phase. | [optional] |
insecure | bool | When `true` no TLS connection is made to the server. When `false` `ldaps://...` URLs connect using TLS and `ldap://...` are upgraded to TLS. | [optional] |