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
The SDK should be able to receive the Authorization Request from the Verifier, process it, compose the VP token, and post it to the Verifier.
Feature description
Implement all the logic after the Authorization Request is received. The wallet should perform the following tasks after scanning the QR code:
Parse the Authorization Request URI
Fetch the Authorization Request Object from request_uri in the Authorization Request
Fetch Presentation Definition from presentation_definition_uri in the Authorization Request Object
Evaluate the Presentation Definition and construct a VP token
Submit a VP token using HTTP POST to response_uri in the Authorization Request Object
The text was updated successfully, but these errors were encountered:
yshyn-iohk
changed the title
ff
[OID4VP] Implement AuthorizationEndpoint logic in the Swift SDK
Oct 24, 2024
yshyn-iohk
changed the title
[OID4VP] Implement AuthorizationEndpoint logic in the Swift SDK
[OID4VP] Implement AuthorizationEndpoint logic in the TypeScript SDK
Oct 24, 2024
Proposed feature
This issue is a subtask of the hyperledger/identus/issues/16
The SDK should be able to receive the Authorization Request from the Verifier, process it, compose the VP token, and post it to the Verifier.
Feature description
Implement all the logic after the Authorization Request is received. The wallet should perform the following tasks after scanning the QR code:
The text was updated successfully, but these errors were encountered: