Set the validity of JWT tokens issued by Oathkeeper to 4 hours.
This commit is contained in:
parent
7f5451f9a9
commit
f0da694709
|
@ -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 }}
|
||||
|
|
Reference in New Issue