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
OIDC request and response filters can be used to customize how Quarkus OIDC communicates with providers.
If the endpoint supports both bearer and code flows, it can be useful to restrict filters to specific flows only given that the flow can impact how filters are implemented
Implementation ideas
No response
The text was updated successfully, but these errors were encountered:
Doing a similar flow specific restrictions for custom tenant resolvers is trickier because an access to the tenant configuration can be required in order to check if the token is provided as a bearer token. Perhaps it can be restrict to the Authorization: Bearer token case. CC @calvernaz
Description
OIDC request and response filters can be used to customize how Quarkus OIDC communicates with providers.
If the endpoint supports both bearer and code flows, it can be useful to restrict filters to specific flows only given that the flow can impact how filters are implemented
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: