GET/authorisation/v4/jwks
Exposes the public keys of the authorisation service in JWKS format
Request
Responses
- 200
- 500
JSON Web Key Set
- application/jwk-set+json
- Schema
- Example (from schema)
- JSON Web Key Set
Schema
- Array [
- ]
keys object[]
{
"keys": [
{
"kty": "EC",
"crv": "P-256",
"alg": "ES256",
"x": "ZYE6uX3XvQ9rLc6s0eeo2YiOM2VfwrEZOZXzTOthcHE",
"y": "k-t1bfe-MmmXWQ0QaxK3uJMYlMNkJHYGUSLpxP9RQak",
"kid": "CG4OE7FEwwh4Nr7ip3l8gq31FZq3jYAJZMru362H9pU"
}
]
}
JSON Web Key Set
{
"keys": [
{
"kty": "EC",
"crv": "P-256",
"alg": "ES256",
"x": "9Cn5hmFfG-uVuixEk4zCdeF6ZLeeWuvqfGPPWMKDKOw",
"y": "yNnt9p06g8gzoKToQZwzJ-7z6ES-dR2PkyV6oQecaUA",
"kid": "hcpxQ2xL8ncXKB9SoEgW2ImiG_4WR5NXJvQ_PGuHO5k"
}
]
}
Internal Server Error
- application/problem+json
- Schema
- Example (from schema)
- Internal Server Error
Schema
Default value: about:blank
An absolute URI that identifies the problem type. When dereferenced, it SHOULD provide human-readable documentation for the problem type.
A short summary of the problem type.
Possible values: >= 400
and <= 600
The HTTP status code generated by the origin server for this occurrence of the problem.
A human readable explanation specific to this occurrence of the problem.
An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"type": "about:blank",
"title": "Internal Server Error",
"status": 500,
"detail": "Connection timeout",
"instance": "string"
}
{
"title": "Internal error",
"status": 500,
"detail": "Internal error"
}