AuthenticationMethodLdapProperties interface

Ldap authentication method properties. This feature is in preview.

Properties

connectionTimeoutInMs

Timeout for connecting to the LDAP server in miliseconds. The default is 5000 ms.

searchBaseDistinguishedName

Distinguished name of the object to start the recursive search of users from.

searchFilterTemplate

Template to use for searching. Defaults to (cn=%s) where %s will be replaced by the username used to login.

serverCertificates
serverHostname

Hostname of the LDAP server.

serverPort

Port of the LDAP server.

serviceUserDistinguishedName

Distinguished name of the look up user account, who can look up user details on authentication.

serviceUserPassword

Password of the look up user.

Property Details

connectionTimeoutInMs

Timeout for connecting to the LDAP server in miliseconds. The default is 5000 ms.

connectionTimeoutInMs?: number

Property Value

number

searchBaseDistinguishedName

Distinguished name of the object to start the recursive search of users from.

searchBaseDistinguishedName?: string

Property Value

string

searchFilterTemplate

Template to use for searching. Defaults to (cn=%s) where %s will be replaced by the username used to login.

searchFilterTemplate?: string

Property Value

string

serverCertificates

serverCertificates?: Certificate[]

Property Value

serverHostname

Hostname of the LDAP server.

serverHostname?: string

Property Value

string

serverPort

Port of the LDAP server.

serverPort?: number

Property Value

number

serviceUserDistinguishedName

Distinguished name of the look up user account, who can look up user details on authentication.

serviceUserDistinguishedName?: string

Property Value

string

serviceUserPassword

Password of the look up user.

serviceUserPassword?: string

Property Value

string