Create OOB message
PUT/:ssiId/ssi/v1/credentialsbbs/wacioob
Generation of Invitation Message for Credential Issuance
In this section, the process of generating an invitation message, also known as "Out of band," according to the WACI-DIDCOM protocol is described. This invitation message is typically converted into a QR code provided by an Issuer, allowing another individual to scan it with their identity wallet and receive their verifiable credential.
Example Usage
Let's consider the case of an Issuer representing an educational institution, such as a School. The institution exposes a QR code for a student to obtain their regular student credential.
It is important to note that when someone wishes to generate an invitation QR, it is because they have already entered the user into a business logic process, and therefore already know their identity. In this case, the educational institution recognizes the student because it has validated their information in its system. Once the student has passed these validation processes, this API is requested to generate the invitation message.
Request
Path Parameters
Query Parameters
- application/json
Body
required
request body
Issuer DID
If true, this QR can be scan one time only
Holder DID if you know
Output descriptor for this credential
Input descriptor required to generate this credential
Issuer metadata
Responses
- 200
Return invitationId and content to render QR Code
- application/json
- Schema
- Example (from schema)
Schema
- any
{
"invitationId": "string",
"oobContentData": "string"
}