-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat: VC Verification API Algorithm Issuer Verification #962
feat: VC Verification API Algorithm Issuer Verification #962
Conversation
Signed-off-by: Bassam Riman <[email protected]>
Integration Test Results13 files 13 suites 2s ⏱️ Results for commit 93c8d1e. |
Unit Test Results 90 files 90 suites 20m 49s ⏱️ Results for commit 93c8d1e. |
.fromOptionWith("An algorithm must be specified in the header")(JwtCirce.parseHeader(header).algorithm) | ||
result <- | ||
Validation | ||
.fromPredicateWith("No PublicKey to validate against found")( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I know, the public key might be missed in the header.
In this case, kid
(key ID) is used and should be resolved in the DID document.
@CryptoKnightIOG, could you check the JWT spec to clarify this case?
Signed-off-by: Bassam Riman <[email protected]>
Signed-off-by: Bassam Riman <[email protected]>
Signed-off-by: Bassam Riman <[email protected]>
Signed-off-by: Bassam Riman <[email protected]>
Description:
https://input-output.atlassian.net/browse/ATL-6787
https://input-output.atlassian.net/browse/ATL-6779