mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Update env-defaults
Value for client_auth_method is 'query' in the example, but default value is 'basic' as described in [GitLab OmniAuth OIDC documentation, step 4.](https://docs.gitlab.com/ee/administration/auth/oidc.html).
This commit is contained in:
parent
f30613b192
commit
de8d0d52a9
@ -544,7 +544,7 @@ OAUTH_OIDC_SCOPE=${OAUTH_OIDC_SCOPE:-"['openid','profile','email']"}
|
||||
OAUTH_OIDC_RESPONSE_TYPE=${OAUTH_OIDC_RESPONSE_TYPE:-'code'}
|
||||
OAUTH_OIDC_ISSUER=${OAUTH_OIDC_ISSUER:-}
|
||||
OAUTH_OIDC_DISCOVERY=${OAUTH_OIDC_DISCOVERY:-true}
|
||||
OAUTH_OIDC_CLIENT_AUTH_METHOD=${OAUTH_OIDC_CLIENT_AUTH_METHOD:-'query'}
|
||||
OAUTH_OIDC_CLIENT_AUTH_METHOD=${OAUTH_OIDC_CLIENT_AUTH_METHOD:-'basic'}
|
||||
OAUTH_OIDC_UID_FIELD=${OAUTH_OIDC_UID_FIELD:-sub}
|
||||
OAUTH_OIDC_SEND_SCOPE_TO_TOKEN_EP=${OAUTH_OIDC_SEND_SCOPE_TO_TOKEN_EP:-false}
|
||||
OAUTH_OIDC_PKCE=${OAUTH_OIDC_PKCE:-true}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user