Overview
The Issuer service enables users to sign & issue various types of digital credentials. Currently, it supports the following credential types:
- W3C JWT
- W3C SD-JWT
- SD-JWT VC
Service Dependencies
To issue and sign credentials, the issuer service requires:
- Key Management Service (KMS)
- Essential for issuing and signing credentials
- DID Service (Optional)
- Necessary if using Decentralized Identifiers (DIDs) for issuers
- Credential Status Service (Optional)
- Required if including a status property in credentials
Important: Ensure all services are set up under the same tenant as the issuer service
Get Started
- Setup - How to setup an issuer service