v2025.6.0
· One min read
Adding support for authenticated OIDC clients and introduce retention of wallet details and their association with credentials for presentation and revocation.
🚀 What’s new
New features
- Introduce OIDC claim mapping from credential to OIDC scopes and claims
- Introduce support for OIDC client secrets
- Display presentation constraints in presentation details screen
- Introduce wallet details to the Composer:
- View wallet DID
- View wallet associated Identities
- View wallet presentations
- Revoke all associated credentials from a Wallet
Enhancements
- Ported background job handling code infrastructure from the Management API to the VO API
- When verbose logging is enabled, ODIC requests with
response_type
ofid_token
are now logged for diagnostic purposes - Relaxed validation on credential types
🛠️ Notable fixes
- Add missing limited access token role
VerifiableCredential.AcquireLimitedAccessToken.Present
to documentation - Claim type supporting images/photos may not display correctly on an Android device
- Escape single quotes in MS Graph user query input