CreateAuthorizationRequestResponse
correlation_idstringrequired
Unique identifier for the authentication session
Example:
2cc29d1c-7d00-46f8-b0ae-b4779d2ff143
query_idstringrequired
Identifier for the DCQL/PE query that specifies the requested Digital Credentials
Example:
example-dcql-id
request_uristringrequired
(Deep)link URI that initiates the authentication flow by redirect. The wallet will use this value. Should be part of a redirect, link or QR code. This API requires Auth Request be references only, meaning request_uri
only and no request
Example:
openid-vc://?request_uri=https://example.com/siop/definitions/ExampleSdJwtId/auth-requests/b5cab09e-7c08-42c9-870b-c2b83a2c8acd
status_uristringrequired
Endpoint URL for checking the status of the authentication request, conforming to this OpenAPI specification
Example:
https://example.com/oid4vp/backend/auth/status
qr_uridataurl
The QR code image as generated by the RP in data Uri format. Only provided in case the request contained a qr_code object (can be an empty object). Should not be provided in case no qr_code property was present, or when it was null/undefined.
Example:
data:image/png;base64,iVBORw0<snip>ef=
CreateAuthorizationRequestResponse
{
"correlation_id": "2cc29d1c-7d00-46f8-b0ae-b4779d2ff143",
"query_id": "example-dcql-id",
"request_uri": "openid-vc://?request_uri=https://example.com/siop/definitions/ExampleSdJwtId/auth-requests/b5cab09e-7c08-42c9-870b-c2b83a2c8acd",
"status_uri": "https://example.com/oid4vp/backend/auth/status",
"qr_uri": "data:image/png;base64,iVBORw0<snip>ef="
}