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

Request by reference

Last updated on
GET 

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

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