-
With OpenID4VP, the Authorization Server will issue an EmployeeCredential (to the user's session wallet) for each initiated OpenID4VP flow. These will all be stored in the issuer's SQL database, never…
-
https://github.com/openid/OpenID4VCI/pull/87 added a mechanism within `credentials_configurations_supported` for the wallet to know if the issuer requires proof of possession for a particular credenti…
-
Currently the credentials and deferred credentials endpoint are having a bit of an asymmetrical implementation.
The distinction between whether it is deferred or not is based on the HTTP response c…
-
In the latest draft (14), the parameter `credential_identifier(s)` was introduced.
- In the authorization request, only `credential_configuration_id` is REQUIRED in the `authorization_details`.
- …
-
adcs-issuer version: 2.1.2
We use this issuer and under normal circumstances everything works as expected.
Our Active Directory team has changed the template name without our knowledge and we ha…
-
**Is your feature request related to a problem? Please describe.**
We are porting our product from AWS to Azure and in AWS you can use wildcards in your trust relationships between your serviceaccou…
-
In prototyping some subscriber support, one thing came up: trust-expression-enabled credentials are different from normal credentials:
* The credentials are expected to be gated on trust expression…
-
This Credential Type is deprecated and will be replaced with a W3C Issuer. The following need to be removed:
## Production
- Issuer: Ministry of Energy, Mines and Low-carbon Innovation
- Credenti…
-
Hey community / maintainers - Want to reach you out because I want to implement Microsoft Entra with OpenID Connect into my Rails App using the gem omniauth_openid_connect with rodauth-omniauth.
I…
-
https://w3c-ccg.github.io/vc-api/#issuer-service includes `DELETE /credentials/{id}` but any detailed API spec is not written.