ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

JWKS

/jwks_uri endpoint for signature public keys.

Definition

JWKS exposes a JSON {keys: [...]}. Each key contains kty (RSA, EC, oct), kid (key ID), use (sig/enc), alg (RS256, ES256), n+e (RSA), x+y+crv (EC). Standard rotation: add new key, wait 24-48h propagation, delete old. Cache TTL typically 1h.

Origin

IETF JOSE WG ; RFC 7517 published May 2015.

Example in context

An API service validates an Auth0 access token by fetching the JWKS at https://tenant.auth0.com/.well-known/jwks.json.

  • JWS — consumes keys.

Last updated: May 16, 2026