-
Notifications
You must be signed in to change notification settings - Fork 39
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
Correct JWK for decoding JWTs tests #101
Comments
@peacekeeper @awoie Do you know which key was used to sign |
@troyronda @kdimak the tests don't assume that the generator verifies the JWT, so you won't need the public key. The output should be a credential without a |
@awoie The JWT structure contains a normal JWS signature - is this JWS signature also not being validated in the test case? |
@troyronda Exactly, the JWS is not validated. |
@troyronda However, the JWT must be a valid JWT (JWS in compact serialization) by following the |
@kdimak @troyronda Can we close this issue? |
@awoie makes sense for me, thank you. |
@awoie unfortunately, the VC inside JWS (
as the first context must be Can we apply #102 where the |
What is correct JWK for the decoding JWS into the credentials data model tests (
--jwt-decode
parameter),example-016-jwt.jwt
? It's RS256 but the one defined atconfig.json.example
is not valid:The text was updated successfully, but these errors were encountered: