Credential issuer
A credential issuer is a protected REST API capable of issuing Verifiable Credentials.
The Digital Credentials Protocols (DPC) working group of the OPENID standard has authored a technical specification for developing Credential Issuers. For more information, please refer to the official documentation.
In this article, we will develop a REST API for a University capable of issuing University degrees to its students. The REST API adheres to the following technical specifications:
- Verifiable credentials are returned in the ldp_vc format.
- The did:key algorithm is utilized to transform the credential into a verifiable credential.
1. Configure a scope
If a university_degree
scope is configured, then skip this step.
Utilize the administration UI to configure a new scope :
- Open the IdentityServer website at https://localhost:5002.
- On the Scopes screen, click on the
Add scope
button. - Select API value and click on next.
- Fill-in the form like this and click on the Save button to confirm the creation.
Parameter | Value |
---|---|
Name | university_degree |
Description | University degree |