Basics
The basics needed for every use case.
Subject registration
The first thing you need to do is create some public/private key material for your subjects. We u...
Obtaining credentials
After you created a subject with some DID documents, it's time to give meaning to these identifie...
Service activation
Before another party can interact with you, they will first need to find your endpoints. The disc...
Service search
You can find participants of a use case via their registered services. A use case defines the ser...
Access tokens
After finding a service endpoint to interact with, it's time to request an access token. You can ...
Authentication & authorization
When a request comes in at your resource endpoint, an access token should be available in the HTT...