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:
|
config:
|
||||||
issuer_url: http://oathkeeper:4455/
|
issuer_url: http://oathkeeper:4455/
|
||||||
jwks_url: file:///etc/config/oathkeeper/id_token.jwks.json
|
jwks_url: file:///etc/config/oathkeeper/id_token.jwks.json
|
||||||
|
ttl: 4h
|
||||||
claims: |
|
claims: |
|
||||||
{
|
{
|
||||||
"session": {{ .Extra | toJson }}
|
"session": {{ .Extra | toJson }}
|
||||||
|
|
Reference in New Issue