Instance is not reachable from Internet Explorer/Edge when using Single Sign-on authentication. Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } --> Instance is not reachable from Internet Explorer/Edge when using Single Sign-on authentication Overview When using Single Sign-on to login, some users may not be able to access the instance using Internet Explorer/Edge but they can access it using Google Chrome. Cause Internet Explorer and Edge have a list of Trusted Sites and this issue occurs when one of the pages you're trying to access is not listed in the Trusted Sites of your browser settings. When using Single Sign-on on ServiceNow, if auto-redirection to the Identity Provider is set up, the instance redirects to the IdP URL. At this stage, if the IdP URL's domain is not listed in the IE/Edge's trusted sites list, the page does not load and it keeps spinning. Solution Follow the below procedure to fix the issue: On the instance, navigate to Identity Providers and open the IdP record.Check the Identity Provider URL field and copy the domain alone. For example, .windows.net.In Internet Explorer, click Tools, click Internet Options, and then click the Security tab.In the Select a Web content zone to specify its current security settings box, click Trusted Sites, and then click Sites.Add *.domain_name For example, *.windows.netClick Close and then Apply.Access the instance and it is redirected to the Identity Provider successfully.