You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner. It is now read-only.
cacheLocation: "localStorage",// This configures where your cache will be stored
13
-
storeAuthStateInCookie: true// Set this to "true" if you are having issues on IE11 or Edge
13
+
storeAuthStateInCookie: true// Set this to "true" to save cache in cookies to address trusted zones limitations in IE (see: https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/Known-issues-on-IE-and-Edge-Browser)
14
14
}
15
15
};
16
16
17
-
// Add here scopes for id token to be used at the MS Identity Platform endpoints.
17
+
// Add here scopes for id token to be used at the MS Identity Platform endpoint
18
+
// For a full list of available authentication parameters,
0 commit comments