From 1ecee1a806f8decd7584a2fdc297d06fcb986bdf Mon Sep 17 00:00:00 2001 From: lena-larionova <54370747+lena-larionova@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:42:23 -0800 Subject: [PATCH] feat: new oidc parameter unauthorized_destroy_session in 2.8.x --- schemas/openid-connect/2.8.x.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/schemas/openid-connect/2.8.x.json b/schemas/openid-connect/2.8.x.json index ce9aec67..03aee07a 100644 --- a/schemas/openid-connect/2.8.x.json +++ b/schemas/openid-connect/2.8.x.json @@ -449,6 +449,14 @@ "description": "Destroy any active session for the forbidden requests." } }, + { + "unauthorized_destroy_session": { + "description": "Destroy any active session for the unauthorized requests.", + "default": true, + "type": "boolean", + "required": false + } + }, { "unauthorized_redirect_uri": { "required": false, @@ -2237,4 +2245,4 @@ } } ] -} \ No newline at end of file +}