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

adjust did document schema validation #1054

Open
Phil91 opened this issue Oct 2, 2024 · 0 comments
Open

adjust did document schema validation #1054

Phil91 opened this issue Oct 2, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Phil91
Copy link
Member

Phil91 commented Oct 2, 2024

Current Behavior

When trying to validate a valid did document with

"@context": [
   "https://www.w3.org/ns/did/v1",
   "https://w3id.org/security/suites/ed25519-2020/v1"
],

the validation fails because only

"@context": [
   "https://www.w3.org/ns/did/v1"
],

is allowed

Expected Behavior

A did document with the two context entries should be validated as valid.

Steps To Reproduce

Create a wallet with the new DIV Provisioning Api, the did document contains the @context with two entries and is marked as invalid.

Additional Information

The context with two entries is valid due to the catena-x standard

@Phil91 Phil91 added the bug Something isn't working label Oct 2, 2024
@Phil91 Phil91 added this to the Release 24.12 milestone Oct 2, 2024
@Phil91 Phil91 self-assigned this Oct 2, 2024
Phil91 added a commit that referenced this issue Oct 2, 2024
Phil91 added a commit that referenced this issue Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: IN REVIEW
Development

No branches or pull requests

1 participant