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

OID4VCI multple issuers configuration #137

Open
cvetojevichbojan opened this issue Jan 30, 2025 · 1 comment
Open

OID4VCI multple issuers configuration #137

cvetojevichbojan opened this issue Jan 30, 2025 · 1 comment

Comments

@cvetojevichbojan
Copy link

The current API only allows for a single issuer per wallet instance. (docs)

The ARF doesn't seem to impose such limitations? It would be beneficial if we could register multiple issuers per wallet instance, for ex when we have separate issuers for different types of credentials (pid, mDL...):

.addOpenId4VciConfig {
    withIssuerUrl("https://pid-issuer.com")
    withClientId("pid-client-id")
    withAuthFlowRedirectionURI("pid-openid4ci://authorize")
}
.addOpenId4VciConfig {
    withIssuerUrl("https://mdl-issuer.com")
    withClientId("mld-client-id")
    withAuthFlowRedirectionURI("mdl-openid4ci://authorize")
}

Is this a feasible upgrade or should "wallet apps" be ready to manage multiple wallet instances, one per issuer type?

@mgiakkou
Copy link
Collaborator

mgiakkou commented Feb 5, 2025

Dear Bojan,

Thank you for bringing this up. This is something that we have identified and we are looking into. It will be implemented within the next weeks. Please stay tuned.

Best regards,
Michalis.

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

2 participants