Getting started Community Training Tutorials Documentation APIs, AI & Tools
- policyRef:
name: ldap-authentication-flex
config:
ldapServerURL: <string> // OPTIONAL, default: "ldap://127.0.0.1:389"
authorizationOrigin: <string> // OPTIONAL, default: "httpBasicAuthenticationHeader"
authorizationExpression: <string> // REQUIRED when authorizationOrigin is "customExpression"
ldapServerUserDn: <string> // REQUIRED
ldapServerUserPassword: <string> // REQUIRED
ldapSearchBase: <string> // REQUIRED
ldapSearchFilter: <string> // OPTIONAL, default: "(uid={0})"
ldapSearchInSubtree: <bool> // OPTIONAL, default: false



