Skip to main content

Create authorization request and session

POST 

/oid4vp/backend/auth/requests

Creates a new OID4VP Authorization Request that can be used to request Digital Credentials from a wallet. Returns URIs needed to initiate the auth flow and check its status. The queryId passed in needs to be known to the agent. This endpoint is protected using OAuth2/OIDC normally with a confidential client. Do not call from the frontend!

Request

Responses

Authorization request created successfully

Callbacks

POST 

{$request.body#/callback.url}

Notify the registered URL with auth status changes for the statuses this callback was registered for.

Callbacks Responses

Notification received by the external service.