From 7d013e169195deb9c8411454f355d9ebe56137ba Mon Sep 17 00:00:00 2001 From: Florian Necas Date: Tue, 23 Jan 2024 17:28:18 +0100 Subject: [PATCH] feat: add logoutUrl to gateway.yaml (cherry picked from commit 8b7679daa397134f47be5381ecdf0dd4c588fad6) --- gateway/gateway.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gateway/gateway.yaml b/gateway/gateway.yaml index 166188d..5f2f6b4 100644 --- a/gateway/gateway.yaml +++ b/gateway/gateway.yaml @@ -6,6 +6,8 @@ spring.config.import: application.yaml, security.yaml, routes.yaml, roles-mappin georchestra: gateway: + # Redirection URL after a successfull logout : Default to /?logout + # logoutUrl : "/?logout" default-headers: # Default security headers to append to proxied requests proxy: true