openid: Extend access token validity to one day
This commit is contained in:
parent
b244bfad7d
commit
74fd09cb16
@ -13,7 +13,9 @@
|
||||
redirect_uri = "/redirect_uri",
|
||||
keepalive = "yes",
|
||||
accept_none_alg = true,
|
||||
revoke_tokens_on_logout = true
|
||||
revoke_tokens_on_logout = true,
|
||||
-- access token valid for a day
|
||||
access_token_expires_in = 86400
|
||||
}
|
||||
|
||||
-- call introspect for OAuth 2.0 Bearer Access Token validation
|
||||
|
Loading…
Reference in New Issue
Block a user