From 087b23f313f6d5b0df7cf77ff4659463ed1a7bd5 Mon Sep 17 00:00:00 2001 From: Suzana Dirla Date: Thu, 26 Sep 2019 13:20:59 +0300 Subject: [PATCH] [ACA-2644] set publicUrls list of minimatch patterns to skip implicitLogin (#1209) --- src/app.config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.config.json b/src/app.config.json index 86203e1ab..c2d8d447a 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -11,6 +11,7 @@ "secret": "", "implicitFlow": true, "silentLogin": true, + "publicUrls": ["**/preview/s/*", "**/settings"], "redirectSilentIframeUri": "./assets/silent-refresh.html", "redirectUri": "/", "redirectUriLogout": "/logout"