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
- 201
- 401
- 404
- 500
Authorization request created successfully
Unauthorized
Query Id or other param not configured/found on the RP agent side
Error creating authorization request