You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
keycloak-authorization
expects that it is onlyquarkus-oidc
which is used to authenticate hence if other authentication mechanism is used then it will block it if the mode is enforcingExpected behavior
Ignore the requests where
SecurityIdentity
does not haveAccesstokenCredential
registered byquarkus-oidc
meaning some other mechanism createdSecurityIdentity
.The text was updated successfully, but these errors were encountered: