From e3adf9e4acb6a7e8b9d6b5043cddbf6ef9641c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20B=C3=B8lset=20Gisleberg?= <108019395+Gissebass@users.noreply.github.com> Date: Tue, 30 Jan 2024 16:18:57 +0100 Subject: [PATCH] changed to redirect back to original page (#790) --- src/azureconfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azureconfig.ts b/src/azureconfig.ts index 469617e1..3d593fc6 100644 --- a/src/azureconfig.ts +++ b/src/azureconfig.ts @@ -11,7 +11,7 @@ export const azureConfig = { // Indicated the page to navigate after logout. postLogoutRedirectUri: "/", // if "true", will navigate back to the original request location before processing the auth code response - navigateToLoginRequestUrl: false, + navigateToLoginRequestUrl: true, }, cache: { //configures cache location. "sessionStorage" is more secure, but "localStorage" gives SSO between tabs.