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

Support for custom OAuth2 DPoP Nonce providers #46281

Open
sberyozkin opened this issue Feb 14, 2025 · 1 comment
Open

Support for custom OAuth2 DPoP Nonce providers #46281

sberyozkin opened this issue Feb 14, 2025 · 1 comment
Labels
area/oidc kind/enhancement New feature or request

Comments

@sberyozkin
Copy link
Member

Description

Now that we have the core OAuth2 DPoP verification code in place, we should start planning for adding DPoP nonce providers, for the Quarkus endpoints to allow challenging the SPA clients with nonces that the clients must include in the proofs:

https://datatracker.ietf.org/doc/html/rfc9449#name-resource-server-provided-no

Implementation ideas

Introduce DPopNonceProvider interface, its API is to be defined a bit later

Copy link

quarkus-bot bot commented Feb 14, 2025

/cc @pedroigor (bearer-token,oidc)

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

No branches or pull requests

1 participant