Update #23

Hey friends,

This month, we added support for event tracking and metrics in the enterprise stack, shipped the first version of the Enterprise UI, added an open-policy-agent to the identity lib docker-compose and much more.

 

Community Stack (v0.12.0)

Below are all features available through v0.12.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

Extend Docker Compose With Open Policy Agent

The dynamic credential policies in the verifier API require a running Open Policy Agent. The docker-compose of the identity lib now automatically starts an open policy agent next to the other services.


Fixes & Improvements

Misleading Response in usePresentationRequest endpoint | Wallet API

The /usePresentationRequest endpoint previously had inconsistent responses: on success, it correctly populated the ⁠redirectUri field, but on failure, it left ⁠redirectUri empty and placed the error redirect URL in the ⁠errorMessage field. This inconsistency has now been resolved.

Ktor version upgrade

Upgrade of ktor version in service commons module.


Enterprise Stack (v0.5.0)

Below are all features available through v0.5.0 of the enterprise stack. Want to learn more about the enterprise stack in general? Check out our intro video.

 
 

Features

Events & Metrics

Track events like credential issuance and verification with metadata such as exchange protocol, status, session ID and more. You can also aggregate events for metrics.

Learn more

Logging

The enterprise stack logs now contain the session IDs of issuance and verification sessions. Also logs can be adjusted to contain custom tracking IDs. This custom IDs can be provided with the credentials/issue and credentials/verify endpoints.

Enterprise Quickstart CLI

Explore and learn about different Enterprise features with our CLI tool. Execute a single command like "create organization" or use the wizard to get a walkthrough of how to set up the enterprise stack end-to-end.

Learn more


Enterprise Stack UI

Create tenants, manage them, and utilize services such issuer, verifier, or credential status directly from your browser via the Enterprise UI. The user interface is currently designed for admin users (fain-grained access coming later) and does not yet include the complete range of features available via API. However, feature expansion will come in the following months.

Credential Status for SD-JWT VC credentials

Enable credential status for SD-JWT VCs using the Token Status List standard.

Learn more


Presentation Request URL Endpoint in Verifier API

Get the credential presentation request URL with the v1/{target}/verifier-service-api/credentials/sessions/presentation-request-url/view endpoint.


Community favorites

How to use the Enterprise Quickstart CLI

A short intro video on how you can use the enterprise quickstart CLI to learn about the most important features of the enterprise stack. Setting up your first org, tenant and/or KMS service via simple commands or the wizard.

Watch the Intro

 
 

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

Share an idea, ask a question, or chat?

Next
Next

Update #22