Skip to main content
European CommissionEBSI European Blockchain
Select the Environment you want to work withEnvironment:

Direct Post

Last updated on
POST 

/conformance/v3/auth-mock/direct_post

Authorisation Server endpoint that accepts and processes the ID Token issued by the client. The ID Token is self-issued by the client and MUST be signed using the authentication key from the client’s DID document.

See the ID Token - Direct POST response schema.

Request

Body
    id_token ^(([A-Za-z0-9\-_])+\.)([A-Za-z0-9\-_]+)(\.([A-Za-z0-9\-_]+))?$

    ID Token. Required when the Authorisation Server requests an ID Token.

    vp_token ^(([A-Za-z0-9\-_])+\.)([A-Za-z0-9\-_]+)(\.([A-Za-z0-9\-_]+))?$

    VP Token. Required when the Authorisation Server requests an VP Token.

    presentation_submission string

    Stringified presentation submission object. Required when the Authorisation Server requests an VP Token.

    state stringrequired

Responses

OK

Response Headers
  • Location string

    application/x-www-form-urlencoded Authentication Response. It MUST contain a valid code and state. The state claim MUST have the same value as the state in the Authorisation Request.

    See Authentication Response schema definition.

Loading...