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
As a developer,
I want to create and deploy a version of the IAM server that is capable of issuing credentials in the new format and adjust the on-chain issuance accordingly,
So that I can test against this production deployment and deploy updates to the Passport application that use the new stamp schema.
Acceptance Criteria
GIVEN I am a user of the IAM service
WHEN I make a request for a challenge credential
THEN I get back a valid challenge credential using the new signature (as required in the new VC format)
AND
GIVEN I am a user of the IAM service
WHEN I make a request for verifying a user's claim
AND if I present a valid challenge signature
THEN I get back a valid credential in the new schema
AND that credential has the new proof / signature type EthereumEip712Signature2021
AND the VCs hash is created with a separate key (that will be in the old format)
User Story:
As a developer,
I want to create and deploy a version of the IAM server that is capable of issuing credentials in the new format and adjust the on-chain issuance accordingly,
So that I can test against this production deployment and deploy updates to the Passport application that use the new stamp schema.
Acceptance Criteria
GIVEN I am a user of the IAM service
WHEN I make a request for a challenge credential
THEN I get back a valid challenge credential using the new signature (as required in the new VC format)
AND
GIVEN I am a user of the IAM service
WHEN I make a request for verifying a user's claim
AND if I present a valid challenge signature
THEN I get back a valid credential in the new schema
AND that credential has the new proof / signature type EthereumEip712Signature2021
AND the VCs hash is created with a separate key (that will be in the old format)
Product & Design Links:
Example implementation for issuing credentials
Tech Details:
Open Questions:
Notes/Assumptions:
The text was updated successfully, but these errors were encountered: