Jwks
Validate a JWT against a JWKS (JSON Web Key Set)
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.