OptionAUTHENTICATION_METHOD
Description Enables a standard LDAP bind method
Value Typestring
Introduced Version1.0.0
Defaultsingle-user
ValuesbyproxyAuthenticate using the proxy. See Authenticate with a proxy for more details
 oauthUse OAuth authentication. See OAuth with Auth0 for more details.
 ldapUse LDAP authentication. See Authenticate with LDAP for more details.
 ldap-searchUse LDAP Search authentication. See LDAP-Search for more details.
 samlUse SAML authentication. See Authenticate with SAML for more details.
 single-userUse single-user authentication. See Enable single user authentication for more details. Use SINGLE_USER_USERNAME configuration to set the name of the single user (default is user). Use SINGLE_USER_PASSWORD configuration to set the password for that user.
 noneDisable authentication (not recommended)

See AUTH_BY_PROXY_HEADER_NAME, SINGLE_USER_PASSWORD, SINGLE_USER_USERNAME and BITBUCKET_OAUTH_CLIENT_ID for more information and an example.