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
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:
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 laterThe text was updated successfully, but these errors were encountered: