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

WIP check that a mismatching secret is not ignored

parent c85699a1
No related tags found
No related merge requests found
Pipeline #728297 passed
......@@ -24,7 +24,7 @@ services:
'uid_field' => 'preferred_username',
'client_options' => {
'identifier' => 'authz-mediator',
'secret' => 's3kr3t',
'secret' => 'this-should-fail',
'redirect_uri' => 'http://mediator:5555/callback',
'authorization_endpoint' => 'http://mediator:5555/auth',
'token_endpoint' => 'http://mediator:5555/token',
......
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