JWKS
JWKS Endpoint
Response
{
"keys": [
{
"kty": "RSA",
"kid": "authority-key-1",
"use": "sig",
"alg": "RS256",
"n": "0vx7agoebGcQSuuPiLJXZpt...",
"e": "AQAB"
}
]
}Key Properties
Property
Description
Token Verification
JavaScript
Python
Go
Key Matching
Caching
Key Rotation
Manual Verification
Next Steps
Last updated
Was this helpful?