Forum Discussion
Neutral sites not working in cloud site list
So here's a strange one. We've added a specific SharePoint site (example, company.sharepoint.com/teams/12345) into the IE mode site list since it is using legacy Active X controls. When navigating to that URL, it doesn't flip to IE mode, and instead ends up in a logon loop with SSO. We have this particular URL set to allow redirects as well, so it should work.
We've added the following sites as neutral, but still experience the issue:
- login.windows.net
- login.microsoftonline.com
- login.live.com
It seems Edge isn't recognizing the originating URL as part of the IE mode list quick enough, and then because the MS logon neutral sites are set, it continues in Edge, but of course that doesn't work.
Would appreciate any suggestions!
3 Replies
- Kelly_Y
Microsoft
lexcyn Hello! Have you confirmed the correct sites are configured as neutral sites? https://docs.microsoft.com/en-us/deployedge/edge-ie-mode-faq#incomplete-neutral-site-configurations
Also, have you checked if this a case where it is necessary to configure specific shared cookies? Cookie sharing between Microsoft Edge and Internet Explorer | Microsoft Docs Thanks!
-Kelly
- lexcynSteel Contributor
Thanks Kelly_Y - you know what, I was looking over the link you sent about net-export but I think I found an easier way (you should update that with this method!) and I got it working:
- Load up Dev Tools/F12
- Go to the Network tab
- Enable "Preserve log"
- Sort "Waterfall" by descending/last first
- Load the website you are testing
- Compare the URLs at the top of the list with neutral sites to find one's that are missing
I ended up adding company.sharepoint.com/_forms/default.aspx into neutral and now its working as expected.
- Kelly_Y
Microsoft