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

Authentication failure exceptions and events should provide additional request specific information #45207

Open
sberyozkin opened this issue Dec 19, 2024 · 1 comment
Labels
area/security kind/enhancement New feature or request

Comments

@sberyozkin
Copy link
Member

Description

The user code which observes AuthenticationFailedException should be able to log or do other actions with the credentials which can not be verified. For example, if the code flow access token is invalid, users should be able to use soom to be available OidcProviderClient, once it is finalized, to revoke the token.

Implementation ideas

If it is OIDC it should pass the failed token with AuthenticationFailedException, probably as a map property

Copy link

quarkus-bot bot commented Dec 19, 2024

/cc @pedroigor (bearer-token)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/security kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant