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
When we convert a JWT Credential into a storable credential we are extracting most of its values but we are loosing the original JWT String (JTI).
The original JWT String contains the JWT Header ({"alg":"HS256","typ":"JWT"}), the credential and the signature splitted by a .
This is lost in JWTVerifiableCredentials.ts
The CredentialID field was extracting the JTI field from properties but the constructor was not setting the JTI property, so the original JWT string is lost.
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is this a regression?
No
Description
When we convert a JWT Credential into a storable credential we are extracting most of its values but we are loosing the original JWT String (JTI).
The original JWT String contains the JWT Header ({"alg":"HS256","typ":"JWT"}), the credential and the signature splitted by a .
This is lost in JWTVerifiableCredentials.ts
The CredentialID field was extracting the JTI field from properties but the constructor was not setting the JTI property, so the original JWT string is lost.
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: