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

Change note about SD-KWT KB JWT nonce/aud to be normative #357

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jogu
Copy link
Collaborator

@jogu jogu commented Dec 1, 2024

I'm not sure why this was flagged as a note, it's the only place across SD-JWT/SD-JWT VC/OID4VP/HAIP that actually defines this behaviour. Also move it up a few paragraphs as it seems better to have all the normative text in this section together.

closes #350

openid-4-verifiable-presentations-1_0.md Outdated Show resolved Hide resolved
- the `nonce` claim MUST be the value of `nonce` from the Authorization Request;
- the `aud` claim MUST be the value of the Client Identifier;

Note that for an unsigned Authorization Request over the DC API the `client_id` parameter is not used and the effective Client Identifier is derived from the origin received from the platform as described in (#dc_api_request).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Note that for an unsigned Authorization Request over the DC API the `client_id` parameter is not used and the effective Client Identifier is derived from the origin received from the platform as described in (#dc_api_request).
Note that for an unsigned Authorization Request over the DC API, the `client_id` parameter is not used, and the effective Client Identifier is derived from the origin received from the platform as described in (#dc_api_request).

punctuation?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Note that for an unsigned Authorization Request over the DC API the `client_id` parameter is not used and the effective Client Identifier is derived from the origin received from the platform as described in (#dc_api_request).
Note that for an unsigned Authorization Request over the DC API, the `client_id` parameter is not used. Instead, the effective Client Identifier is derived from the origin received from the platform, as described in section (#dc_api_request).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Value used for 'aud' in SD-JWT key-binding JWT needs to be normatively defined
6 participants