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
@@ -181,8 +183,9 @@ var myMSALObj = new Msal.UserAgentApplication(msalConfig);
181
183
182
184
> |Where ||
183
185
> |---------|---------|
184
-
> |`ClientId`| The application ID of the application that's registered in the Azure portal.|
186
+
> |`clientId`| The application ID of the application that's registered in the Azure portal.|
185
187
> |`authority`| (Optional) The authority URL that supports account types, as described previously in the configuration section. The default authority is `https://login.microsoftonline.com/common`. |
188
+
> |`redirectURI`| The application registration's configured reply/redirect URI. In this case, `http://localhost:30662/`. |
186
189
> |`cacheLocation`| (Optional) Sets the browser storage for the auth state. The default is sessionStorage. |
187
190
> |`storeAuthStateInCookie`| (Optional) The library that stores the authentication request state that's required for validation of the authentication flows in the browser cookies. This cookie is set for IE and Edge browsers to mitigate certain [known issues](https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/Known-issues-on-IE-and-Edge-Browser#issues). |
188
191
@@ -278,4 +281,4 @@ To browse the MSAL repo for documentation, FAQ, issues, and more, see:
278
281
Help us improve the Microsoft identity platform. Tell us what you think by completing a short two-question survey.
0 commit comments