Skip to content
Snippets Groups Projects
Commit d0d1eace authored by Emanuele Aina's avatar Emanuele Aina
Browse files

FIXME: Break CI by testing the unimplemented basic client auth method

parent a4409fc1
No related branches found
No related tags found
No related merge requests found
Pipeline #734895 passed
......@@ -19,7 +19,7 @@ services:
'scope' => ['openid', 'profile', 'email'],
'response_type' => 'code',
'issuer' => 'http://oidc-provider:5556/dex',
'client_auth_method' => 'query',
# 'client_auth_method' => 'post', # 'basic' is the default
'discovery' => false, # GitLab discovery expects HTTPS
'uid_field' => 'preferred_username',
'client_options' => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment