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

Authorisation Server JWKS endpoint

Last updated on
GET 

/conformance/v3/auth-mock/jwks

A JSON Web Key (JWK) used by the Authorisation Server. [RFC4627].

Request

Responses

Success

Schema
    keys object[]required

    List of JSON Web Key (JWK) - A JSON object that represents a cryptographic key. The members of the object represent properties of the key, including its value.

  • Array [
  • kty stringrequired
    crv string
    alg string
    n string
    e string
    x string
    y string
    kid string
  • ]
Loading...