Ключи JWKS
Публичные ключи (JWKS) для верификации JWT.
curl -X GET "https://loading/.well-known/jwks.json"{
"keys": [
{
"alg": "string",
"crv": "string",
"e": "string",
"kid": "string",
"kty": "string",
"n": "string",
"use": "string",
"x": "string",
"y": "string",
"property1": null,
"property2": null
}
]
}curl -X GET "https://loading/.well-known/witness-jwks.json"{
"keys": [
{
"alg": "string",
"crv": "string",
"e": "string",
"kid": "string",
"kty": "string",
"n": "string",
"use": "string",
"x": "string",
"y": "string",
"property1": null,
"property2": null
}
]
}