Update #21
Hey friends,
This month, we added support for Azure Key Vault, enabled a new auth method for the AWS KMS integration, and provided endpoints and functions to delete created keys via the AWS KMS integration.
Identity Lib (v0.10.0)
Below are all features available through v0.10.0 of the identity lib. Checkout the full change log here. Want to learn more about the identity lib in general? Check out our intro video.
Features
Issuer API
Support for OpenID4VCI Draft 11 & 13: The issuer API now supports two OID4VCI versions. By default, the API will use Draft13 when creating issuance requests, but it can be configured via the
standardVersion
option in the body of the issuance request. Find an example here. Please note Draft 11 only works with W3C credentials.
The onboard endpoint now supports the creation of key & DID using AWS as an external KMS. Find an example here.
The onboard endpoint now supports the creation of key & DID using Azure as an external KMS. Find an example here
Wallet API
Create & secure holder keys via Azure as an external KMS. Learn more here.
AWS KMS integration
New Auth Method: AWS authentication using EC2 Instance Metadata Service (IMDSv2) by requiring the user to pass a
RoleName
when generating keys. This is available in the crypto lib and the issuer/wallet APIs. Learn more here.
Delete Key Feature: Delete keys from the AWS KMS using the crypto lib or the Wallet API.
Fixes & Improvements
Revocation policy
Revocation policy available via the policy lib and verifier API no longer throws IllegalStateException error.
Breaking Changes
Issuer API
OpenID4VCI endpoints now have standard version prefix, e.g., draft11 or draft13. Clients use these endpoints, such as the wallet, to facilitate the credential exchange. The endpoints used to create credentials offers use by default draft13 for issuance, if no standardVersion parameter is provided.
Community favorites
Enterprise Stack Intro Video
Features and capabilities of the Enterprise Stack in 5 min.
Community Stack Intro Video
Features and capabilities of the Community Stack in 5 min.
Feature List & Roadmap
Overview - product features today and upcoming
PS: If you enjoy working with our tools, make sure to leave us a ⭐ on GitHub