Skip to content
  • Samuel Lang's avatar
    [KEYCLOAK-9703] Add client auth method option to gatekeeper config · 4bca9815
    Samuel Lang authored
    Gatekeeper is still uses go-oidc v1, which makes Gatekeeper to send
    auth-code to exchange for access token at server's token endpoint
    with both client-authentication methods: basic and post.
    
    As soon as Gatekeeper gets an upgrade to go-oidc v2 this commit no
    longer will be necessary.
    4bca9815