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,7 +181,7 @@ var myMSALObj = new Msal.UserAgentApplication(msalConfig);
181
181
> |---------|---------|
182
182
> |`clientId`| The application ID of the application that's registered in the Azure portal.|
183
183
> |`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`. |
184
-
> |`redirectURI`| The application registration's configured reply/redirect URI. In this case, `http://localhost:30662/`. |
184
+
> |`redirectUri`| The application registration's configured reply/redirectUri. In this case, `http://localhost:30662/`. |
185
185
> |`cacheLocation`| (Optional) Sets the browser storage for the auth state. The default is sessionStorage. |
186
186
> |`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). |
0 commit comments