Skip to content

Commit 60428fd

Browse files
salman90derisen
andauthored
Update 1-Authentication/1-sign-in/App/authConfig.js
Update path Co-authored-by: Doğan Erişen <dogan.erisen@gmail.com>
1 parent c1525dd commit 60428fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-Authentication/1-sign-in/App/authConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const msalConfig = {
1313
},
1414
cache: {
1515
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".
16+
storeAuthStateInCookie: false, // set this to true if you have to support IE
1717
},
1818
system: {
1919
loggerOptions: {

0 commit comments

Comments
 (0)