JWKS
GET/api/token/v1/v1/jwts/jwks
JWKS endpoint of the IDP
Request
Responses
- 200
The JWKS Object.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
keys
object[]
required
alg stringrequired
kid stringrequired
kty stringrequired
n stringrequired
e stringrequired
{
"keys": [
{
"alg": "string",
"kid": "string",
"kty": "string",
"n": "string",
"e": "string"
}
]
}
Loading...