Skip to content
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

[OID4VP] Implement AuthorizationEndpoint logic in the Kotlin SDK #213

Open
Tracked by #16
yshyn-iohk opened this issue Oct 24, 2024 · 0 comments
Open
Tracked by #16

[OID4VP] Implement AuthorizationEndpoint logic in the Kotlin SDK #213

yshyn-iohk opened this issue Oct 24, 2024 · 0 comments

Comments

@yshyn-iohk
Copy link
Member

yshyn-iohk commented Oct 24, 2024

Proposed feature

This issue is a subtask of the hyperledger/identus#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:

  1. Parse the Authorization Request URI
  2. Fetch the Authorization Request Object from request_uri in the Authorization Request
  3. Fetch Presentation Definition from presentation_definition_uri in the Authorization Request Object
  4. Evaluate the Presentation Definition and construct a VP token
  5. Submit a VP token using HTTP POST to response_uri in the Authorization Request Object
@yshyn-iohk yshyn-iohk changed the title [OID4VP] [OID4VP] Implement AuthorizationEndpoint logic in the Kotlin SDK Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant