Opening deep link in email message causes error when using Internet Explorer 11Issue <!-- div.margin{ padding: 10px 40px 5px 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: 8px; border-collapse: separate; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> Opening deep link in email message causes error Issue descriptionIf a deep link contained within a email is clicked and IE v11 is not open, the following error message is displayed: SAMLResponse could not be validated If IE v11 is open before clicking the deep-link, it works properly. If IE v11 is closed and the deep link in Outlook is clicked, the error occurs. The instance logs confirm that the SAML message was received from the browser properly and that a perfect SSO message was returned back to the browser. Further details: IDP correctly receives authentication messagethe response is sent back to the browser with a properly formatted SAMLResponse and Relay statethis issue only occurs in IE v11 - it does not occur in IE v9if the call is made in the browser directly, it worked properly CauseOne possible cause for this behavior is that Internet Explorer's local internet zone list has not been set to allow the *.service-now.com domain. SolutionIf you are experiencing this behavior and *.service-now.com is not included in your local internet zone, add *.service-name.com to the Internet zone list in IE v11. <!-- div.margin{padding:10px 40px 40px 30px}table.tocTable{border:1px solid;border-color:#e0e0e0;background-color:#f5f5f5;padding-top:.6em;padding-bottom:.6em;padding-left:.9em;padding-right:.6em}table.noteTable{border:1px solid;border-color:#e0e0e0;background-color:#f5f5f5;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:#f5f5f5;background-color:#f5f5f5}table.internaltable td{border-width:1px;padding:5px;border-style:solid;border-color:#e0e0e0;color:#000}.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:#000;font-weight:BOLD;font-size:16px;text-decoration:underline}h4{color:#646464;font-weight:BOLD;font-size:15px;text-decoration:}h5{color:#000;font-weight:BOLD;font-size:13px;text-decoration:}h6{color:#000;font-weight:BOLD;font-size:14px;text-decoration:} -->