JWKS
RU: JWKS
JSON Web Key Set: a JSON document containing an array of public keys (each in JWK format) that an authorization server publishes at a well-known HTTPS endpoint. Resource servers fetch JWKS to verify JWT signatures without needing pre-shared secrets; key rotation is handled by updating the set, and clients re-fetch automatically.