-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Even if remote, there is the possibility that an implementation re-uses the same cryptographic keys for different scopes.
the PoP JWT could be used with the same cryptograhic key attested in more than a single attestation and therefore be replicated for different endpoints/audience
What do you think about getting the ath claim inside the DPoP token as requested?
In this way, a DPoP token cannot be replicated when the key that proves possession is the same within different attestations.
Even if DPoP specs defines ath in relation to an access token, may we consider that any kind of JWT could represent an access token, in relation of its scope, the flow where it is used and its usage in general?
Then, could we provide a binding of the PoP to a specific attestation where the possession aims to be proved?