SSO login redirects to "Logout Successful" screenIssue Users logging in with Single Sign-on will immediately be presented with the ServiceNow "Logout Successful" page.ReleaseAll ReleasesCauseThe certificates are expired. You can troubleshoot this using Splunk or checking the node logs. Search by the Identity Provider endpoint (Identity Provide URL field, just use base URL) and you will see similar errors to: SEVERE *** ERROR *** SAML2: Could not load MetaData from the URL <SSO URL> WARNING *** WARNING *** Request not sent to uri= <SSO URL> : org.apache.commons.httpclient.HttpException: Session contains no certificates - Untrusted: Session contains no certificates - Untrusted SEVERE *** ERROR *** Cannot connect to the URL <SSO URL> org.apache.commons.httpclient.HttpException: Session contains no certificates - Untrusted: Session contains no certificates - Untrusted ResolutionIdentity Provider will need to provide valid PEM certificates so that the instance admins can load it into the x.509 certificate table (sys_certificate table). Once the certificates are installed, users should no longer see the "Logout Successful" screen.