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

Section 3.5 Authorization Request #16

Closed
andreasabr opened this issue Feb 9, 2024 · 1 comment
Closed

Section 3.5 Authorization Request #16

andreasabr opened this issue Feb 9, 2024 · 1 comment
Labels
EWC RFC 001 Issue Verifiable Credential

Comments

@andreasabr
Copy link
Collaborator

This section defines the authorization request according to draft version 10, which changed in v12.

Is currently:

[
	{
	format: "jwt_vc", 
	locations: [
		https://issuer.example.com
		],
	type: "openid_credential",
	types: [
		"VerifiableCredential",
		"VerifiableAttestation",
		"VerifiablePortableDocumentA1"
		]
	}
]

but must now also include the credential_definition object like this:

[
   {
      "type": "openid_credential",
      "locations": [
         "https://credential-issuer.example.com"
      ],
      "format": "jwt_vc_json",
      "credential_definition": {
         "type": [
            "VerifiableCredential",
            "UniversityDegreeCredential"
         ]
      }
   }
]
@andreasabr andreasabr added the EWC RFC 001 Issue Verifiable Credential label Feb 12, 2024
@andreasabr andreasabr assigned lalc and unassigned lalc Feb 12, 2024
@lalc
Copy link
Contributor

lalc commented Feb 12, 2024

Good catch! The table has been updated with supported JSON formats in section 3.5. Note that the original formats are coming from EBSI.

@lalc lalc closed this as completed in 5d44203 Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EWC RFC 001 Issue Verifiable Credential
Projects
None yet
Development

No branches or pull requests

2 participants