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

developer mode : show data sent by the wallet and add a CONTINUE button #3054

Open
ThierryThevenet opened this issue Oct 31, 2024 · 1 comment
Assignees
Labels

Comments

@ThierryThevenet
Copy link
Member

ThierryThevenet commented Oct 31, 2024

Right now the wallet allows developers to display data received from issuers and verifiers, we would also like

  1. to see data sent by wallet before they are sent
  2. to be able to continue the flow with a CONTINUE button from the display screen when data is received and sent by the wallet.

A button must be added in the display screens when wallet receives and sends data

OIDC4VCI flow, wallets sends data to:

  • authorization endpoint
  • PAR endpoint
  • token endpoint
  • credential endpoint

OIDCVP flow wallet send data to

  • the response endpoint

Example in the token endpoint response display screen -> add a button CONTINUE

File (10)

@ThierryThevenet ThierryThevenet changed the title developer mode : show data sent by the wallet developer mode : show data sent by the wallet and add a CONTINUE button Oct 31, 2024
bibash28 added a commit that referenced this issue Nov 6, 2024
@ThierryThevenet
Copy link
Member Author

ThierryThevenet commented Nov 7, 2024

Great, a couple of details

Oidc4vci flow

Replace TOKEN DATA by TOKEN REQUEST

Replace CREDENTIAL DATA by CREDENTIAL REQUEST

Add a CONTINUE button on the 2 response displays screen too

oidc4vp flow

Add a CONTINUE button on the authorization request display screen during the oidc4vp flow (this request is received by the wallet).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants