We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" ] } } ]
The text was updated successfully, but these errors were encountered:
Good catch! The table has been updated with supported JSON formats in section 3.5. Note that the original formats are coming from EBSI.
Sorry, something went wrong.
5d44203
No branches or pull requests
This section defines the authorization request according to draft version 10, which changed in v12.
Is currently:
but must now also include the credential_definition object like this:
The text was updated successfully, but these errors were encountered: