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

This API is being released as part of an upcoming version.

The upcoming version is not backward compatible with the current stable version. You can find the details of the upcoming release and affected endpoints in the change log. Please contact eu-ebsi@ec.europa.eu if this upcoming release might cause a high impact on either an ongoing development or a piloting demonstration.

Direct Post

Last updated on
POST 

/conformance/v4/auth-mock/direct_post

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

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

    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...