Forum Discussion

SteveSta's avatar
SteveSta
Iron Contributor
Aug 01, 2019
Solved

IE Mode stuck in authentication loop for websites using SSO authentication

Hi all, been testing IE Mode with Edge Dev an seeing an issue with websites that use SSO authentication when we run them in IE Mode.  Using Fiddler we see that when the website sends its post for log...
  • Adrian_Guta's avatar
    Aug 05, 2019

    SteveSta 

    This is probably happening because the site you are trying to reach is redirecting to an authentication server that is 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 then configure the authentication server in your EMIE site list as “neutral”, like this:

     

    <site url="login.contoso.com">

            <compat-mode>default</compat-mode>

            <open-in>Neutral</open-in>

        </site>

Resources