Skip to main content

J

TermDefinition
JWTJSON Web Token. A compact, URL-safe means of representing claims to be transferred between two parties, commonly used for authentication and information exchange.
JWKSJSON Web Key Set. A set of keys containing the public keys used to verify any JWT issued by the authorization server.
JWKS EndpointA publicly accessible HTTPS endpoint that hosts cryptographic public keys for JWT token verification.