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

Add a factory method for Issuer for wallet-initiated case #278

Closed
babisRoutis opened this issue Jul 5, 2024 · 0 comments · Fixed by #277
Closed

Add a factory method for Issuer for wallet-initiated case #278

babisRoutis opened this issue Jul 5, 2024 · 0 comments · Fixed by #277

Comments

@babisRoutis
Copy link
Contributor

In the case of wallet-initiated issuance, the wallet must know out-of-band:

  • The id of the credential issuer, and
  • One or more credential configuration identifiers that the issuer supports

This is equivalent of having a credential offer, that uses authorization code flow (without issuer_state).

Library already supports this, yet caller has to manually,

  • resolve credential issuer and authorization server meta-data and
  • assemble a credential offer as described above

There could be a factory method for Issuer that does automates this.

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

Successfully merging a pull request may close this issue.

1 participant