e-Próspera
Reference

Deprecated root JWKS alias

View as Markdown

Deprecated

GET
/.well-known/jwks.json

Use /api/oauth/.well-known/jwks.json instead.

Response Body

application/json

application/json

curl -X GET "https://example.com/.well-known/jwks.json"
{  "keys": [    {      "kty": "string",      "use": "string",      "kid": "string",      "alg": "string",      "n": "string",      "e": "string",      "property1": null,      "property2": null    }  ]}
{  "error": "string",  "error_description": "string",  "details": [    null  ]}