v5

latestOpenAPI 3.0.0raw.githubusercontent.com2025-09-30102742.8 KB
Integrated Authorization Server

Authorization challenge endpoint in case a first party flow is enabled with the integrated authorization server

post/authorization-challenge

Request body

client_idstring

Client identifier

issuer_statestring

Opaque state from issuer

auth_sessionstring

Session identifier for associating subsequent requests

scopestring
code_challengestring
code_challenge_method'plain' | 'S256'
presentation_during_issuance_sessionstring

Example request

{
  "client_id": "https://wallet.example.com",
  "issuer_state": "a81bc81b-dead-4563-8692-3bc3c7f12897",
  "auth_session": "d270fee1-9185-4e60-9901-d291e1338d7a"
}

Response

Successful response

authorization_codestring required