-
Notifications
You must be signed in to change notification settings - Fork 15
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
Changes to the PoP Token flow #7
Comments
DPoP Draft Proposal: https://tools.ietf.org/html/draft-fett-oauth-dpop |
To summarize:
Example ID Token with the credential:
Decoded
This ID Credential is what will be re-used (with appropriate audience constraints) with the appropriate Proof of Possession mechanism (from item 1). |
Currently
Unless I misunderstood something it sounds reasonable. Especially if we can use JWT based verifiable presentation incuding id credential and capability credential(s). https://www.w3.org/TR/vc-data-model/#jwt-encoding
Since VC spec leaves key discover as out of scope, we can simply point to OIDC spec as discovery mechanism for VC / VP proofs. |
I believe latest draft addresses both stated concerns. |
Notes from Justin Richer:
The current flow the PoP tokens can be kept with these changes:
The text was updated successfully, but these errors were encountered: