openid: Revoke tokens on logout
This commit is contained in:
parent
7ffddeca09
commit
b244bfad7d
@ -12,7 +12,8 @@
|
||||
redirect_after_logout_uri = "/",
|
||||
redirect_uri = "/redirect_uri",
|
||||
keepalive = "yes",
|
||||
accept_none_alg = true
|
||||
accept_none_alg = true,
|
||||
revoke_tokens_on_logout = true
|
||||
}
|
||||
|
||||
-- call introspect for OAuth 2.0 Bearer Access Token validation
|
||||
|
Loading…
Reference in New Issue
Block a user