VariableAUTHENTICATION_METHOD
Description Enables a standard LDAP bind method
Value Typestring
Defaultsingle-user
Valid ValuesbyproxyAuthenticate using the proxy. See Proxy Authentication for more details
 ldapUse LDAP authentication. See LDAP Authentication for more details.
 ldap-searchUse LDAP Search authentication. See LDAP-Search for more details.
 noneDisable authentication (not recommeneded)
 oauthUse OAuth authentication. See OAuth with Auth0 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.

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