Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keycloak-authorization blocks Basic Auth request when both Basic and OIDC (with keycloak-authz) are enabled #15988

Closed
sberyozkin opened this issue Mar 24, 2021 · 1 comment · Fixed by #15965

Comments

@sberyozkin
Copy link
Member

Describe the bug

keycloak-authorization expects that it is only quarkus-oidc which is used to authenticate hence if other authentication mechanism is used then it will block it if the mode is enforcing

Expected behavior

Ignore the requests where SecurityIdentity does not have AccesstokenCredential registered by quarkus-oidc meaning some other mechanism created SecurityIdentity.

@sberyozkin sberyozkin added the kind/bug Something isn't working label Mar 24, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Mar 24, 2021

/cc @pedroigor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant