Variable | AUTHENTICATION_METHOD | |
Description | Enables a standard LDAP bind method | |
Default | single-user |
This enables a more standard LDAP bind method.
The possible values for the AUTHENTICATION_METHOD
variable
are:
byproxy
— see Authenticating with a Proxy for more details.oauth
— see Authenticating with OAuth Protocol for more details.auth0
— see OAuth with Auth0 for more details.ldap
— see Authenticating with LDAP for more details.ldap-search
— see LDAP-Search for more details.saml
— see SAML Authentication for more details.single-user
— the default.none
— means no 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.