Skip to content

Commit 269d5c5

Browse files
removed broken links
------- cc: @navyasric
1 parent 6211cf4 commit 269d5c5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/active-directory/develop/msal-js-known-issues-ie-edge-browsers.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ The cause for most of these issues is as follows. The session storage and local
3636

3737
- **Popup window doesn't close or is stuck when using login through Popup to authenticate**. When authenticating through popup window in Microsoft Edge or IE(InPrivate), after entering credentials and signing in, if multiple domains across security zones are involved in the navigation, the popup window doesn't close because MSAL.js loses the handle to the popup window.
3838

39-
Here are links to these issues in the Microsoft Edge issue tracker:
40-
- [Bug 13861050](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13861050/)
41-
- [Bug 13861663](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/13861663/)
42-
4339
### Update: Fix available in MSAL.js 0.2.3
4440
Fixes for the authentication redirect loop issues have been released in [MSAL.js 0.2.3](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases). Enable the flag `storeAuthStateInCookie` in the MSAL.js config to take advantage of this fix. By default this flag is set to false.
4541

0 commit comments

Comments
 (0)