Jwks

Validate a JWT against a JWKS (JSON Web Key Set)

  1. Overview
  2. jwks_url
  3. audience
  4. issuer
  5. algorithms
  6. jwks_cache_time
  7. authorization_url
  8. documentation_security_name

Overview

jwks_url

Required

The URL of the JWKS

audience

Optional

The audience to accept JWTs for.

issuer

Optional

The expected issuer of the JWTs.

algorithms

Optional

The allowed algorithms

jwks_cache_time

Optional

The number of seconds for which the JWKS URL contents can be cached

authorization_url

Optional

The Authorization URL (used in the auto-generated documentation)

documentation_security_name

Optional

The name of the security scheme in the auto-generated documentation.