Set the validity of JWT tokens issued by Oathkeeper to 4 hours.

This commit is contained in:
Ivaylo Novakov 2021-02-11 13:30:49 +01:00
parent 7f5451f9a9
commit f0da694709
No known key found for this signature in database
GPG Key ID: 06B9354AB08BE9C6
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ mutators:
config:
issuer_url: http://oathkeeper:4455/
jwks_url: file:///etc/config/oathkeeper/id_token.jwks.json
ttl: 4h
claims: |
{
"session": {{ .Extra | toJson }}