Configuration
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /unknown/.well-known/jwks.json HTTP/1.1
Host: auth.authority.io
Accept: */*
{
"keys": [
{
"kty": "text",
"use": "text",
"key_ops": "text",
"alg": "text",
"kid": "text",
"x5u": "text",
"x5c": "text",
"x5t": "text",
"x5t#S256": "text"
}
]
}