You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the signature failed while validating VP { "valid": false, "validateJWTExpiryDate": true, "validateAudience": true, "vp": "eyJraWQiO.." }
below error showing in the console Error is Ed25519Verifier requires alg=EdDSA in JWSHeader.
Expected Behavior
It should work and give a valid VP
Steps To Reproduce
Generate VP through iatp endpoint /api/presentations/iatp?asJwt=true
then validate that VP via presentations validation endpoint /api/presentations/validation?asJwt=true
Current Behavior
Getting the signature failed while validating VP
{ "valid": false, "validateJWTExpiryDate": true, "validateAudience": true, "vp": "eyJraWQiO.." }below error showing in the console
Error is Ed25519Verifier requires alg=EdDSA in JWSHeader.Expected Behavior
It should work and give a valid VP
Steps To Reproduce
Generate VP through iatp endpoint
/api/presentations/iatp?asJwt=truethen validate that VP via presentations validation endpoint
/api/presentations/validation?asJwt=true