We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1525dd commit 60428fdCopy full SHA for 60428fd
1-Authentication/1-sign-in/App/authConfig.js
@@ -13,7 +13,7 @@ const msalConfig = {
13
},
14
cache: {
15
cacheLocation: 'sessionStorage', // Configures cache location. "sessionStorage" is more secure, but "localStorage" gives you SSO.
16
- storeAuthStateInCookie: false, // If you wish to store cache items in cookies as well as browser cache, set this to "true".
+ storeAuthStateInCookie: false, // set this to true if you have to support IE
17
18
system: {
19
loggerOptions: {
0 commit comments