JWKS

acronym

securitycryptography

Stands for: JSON Web Key Set

A published set of keys used to verify signed tokens.

JSON Web Key Set is a JSON document listing the public keys (as JWKs) a service uses to sign its tokens. Relying parties fetch the JWKS to verify JWT signatures and to follow key rotation without manual reconfiguration.

Also known as: jwks

All glossary entries