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.

Request by reference

Last updated on
GET 

/conformance/v4/auth-mock/request_uri/:requestId

Authorisation Server's endpoint that returns a Request Object. request_uri SHOULD be used whenever the request object is large.

Request

Path Parameters

    requestId stringrequired

    Unique Request ID

    Examples:

    Request ID

    Example: 2160d1e4-2243-48cc-ae90-169e3d206502

Responses

OK

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

    Authorisation Request Object - The Request Object must be signed with the client's (Credential Issuer) private keys, owned by the requesting client_id. The used private key's public key must be discoverable through client's openid-configuration through jwks_uri parameter.

    The Authorisation Request Object MUST be a valid JWS.

    See the Authorisation Request Object schema.

Loading...