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
When using quarkus-oidc and the bearer access token is opaque/binary and is remotely introspected/verified by the OIDC provider, then the properties in the introspection response are not handled the same ways as the claims in JWT access token.
This results in properties like quarkus.oidc.token.required-claims.realm=value not being honored, if access token is opaque.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered:
Description
When using quarkus-oidc and the bearer access token is opaque/binary and is remotely introspected/verified by the OIDC provider, then the properties in the introspection response are not handled the same ways as the claims in JWT access token.
This results in properties like
quarkus.oidc.token.required-claims.realm=value
not being honored, if access token is opaque.Implementation ideas
No response
The text was updated successfully, but these errors were encountered: