OptionAUTHENTICATION_METHOD
Description Enables a standard LDAP bind method
Value Typestring
Defaultsingle-user
ValuesbyproxyAuthenticate using the proxy. See Proxy authentication for more details
 oauthUse OAuth authentication. See OAuth with Auth0 for more details.
 ldapUse LDAP authentication. See LDAP Authentication for more details.
 ldap-searchUse LDAP Search authentication. See LDAP-Search for more details.
 samlUse SAML authentication. See SAML Authentication for more details.
 single-userUse single-user authentication. See Single user 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.