-
Notifications
You must be signed in to change notification settings - Fork 27
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
Multitenancy support for OID4VC plugin #1161
Comments
https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0-ID1.html#section-11.2.2
Any tenant information must be passed as a path parameter and be included in the issuer url. To obtain the openid configuration, the well know path is appended to the issuer value. |
@pradeepp88 please keep us posted on your progress. We have some issues in the plugin that need to be addressed; keeping us up on your status will hopefully help ensure a clean merge. |
Hi @dbluhm I was able to get the |
Currently, the OID4VC plugin doesn't support multitenancy, and all operations are saved in the base wallet. When we secure the admin API, the supported credentials data is not passed on to the
.well-known
endpoint for the OID4VCI server.We have reviewed the initial design options and have started work on enabling multitenancy for the OID4VC plugin.
The following changes are proposed:
<OID4VCI-Endpoint>/<wallet-id>
, using it for identification; or<OID4VCI-Endpoint>/.well-known/openid-credential-issuer?<wallet-id>
.We’re opening this issue to gather feedback from maintainers and other OID4VC developers to finalize the design and continue the work. cc: @dbluhm, @jamshale
The text was updated successfully, but these errors were encountered: