Setting the file. One moment.
Subchapter 8.10
templates/v1/sections/auth.yaml
YAML10 lines219 B
# JWT Authentication — v1 (issuer is a singular string)
authentication:
router:
jwt:
jwks:
- url: ${env.JWKS_URL}
issuer: ${env.JWT_ISSUER}
authorization:
require_authentication: true