Forum Discussion

Andrew Colombino's avatar
Andrew Colombino
Brass Contributor
Feb 11, 2020
Solved

IE Mode Redirect Loop - SharePoint Online

Our SharePoint Online sites feature lots of links to our local network file system (file://), which new Edge blocks access to. (I understand the security concerns there.)   Some online searching sh...
  • Andrew Colombino's avatar
    Feb 12, 2020

    I resolved this issue.

     

    If I had scrolled down in the IE Mode doc, I would have seen:

    https://docs.microsoft.com/en-us/deployedge/edge-ie-mode#i-am-trying-to-go-to-a-site-in-ie-mode-and-it-appears-to-be-stuck-navigating-in-a-loop-or-tells-me-that-im-not-authenticated-whats-happening

    This is probably happening because the site you are trying to reach is redirecting to an authentication server that's not configured to open in IE mode. You can try opening the site in standalone IE11 with Developer Tools open to see the identity of the authentication server.

     

    The solution is to configure the authentication server in your Enterprise site list as “neutral”. You can do this using the Enterprise Mode Site List Manager or directly in the sitelist XML.

     

    I had to use developer tools (network pane) to see where the redirects were happening. For Microsoft Online, the domains I added to the Enterprise Mode Site List as neutral were:

    • login.microsoftonline.com
    • login.windows.net
    • <my ADFS domain> (just in case)

Resources