Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
How does SAML Single Logout Request work? - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • How does SAML Single Logout Request work?
KB0788164

How does SAML Single Logout Request work?


6739 Views Last updated : Apr 8, 2024 public Copy Permalink
KB Summary by Now Assist

Overview

In the Identity Provider form, we have an attribute '

In Single Sign-On (SSO), this is how Single Logout Request works

  • The Service Provider (ServiceNow instance in our case) generates a LogoutRequest SAML message and returns it to the user's browser. This validates the request to the Identity Provider.
  • The Identity Provider's Single Logout Endpoint is appended with the LogoutRequest, which is a dedicated URL that expects to receive SingleLogout requests. This entire URL is returned to the user’s browser via a 302 HTTP redirection response.
  • The browser follows the redirect and requests the IdP’s SingleLogout URL with the Logout Request in the query string.
  • The Identity Provider determines the other Service Providers that support SingleLogout to which the end-user received Single Sign-On during the current logon session. The IdP then iteratively does the following for each participating Service Provider:
    1. Generates a new LogoutRequest
    2. Redirect user’s browser to that Service Provider’s SingleLogout endpoint
    3. Waits for a LogoutResponse from the Service Provider via the user’s browser
  • Each Service Provider terminates its own logon session for the user after receiving and validating the LogoutRequest from the Identity Provider.
  • The Identity Provider terminates its own logon session and sends a final LogoutResponse message that to the initiating Service Provider. This matches the original LogoutRequest it sent in step 1. The response includes a flag telling the originating Service Provider whether SAML Single Logout was either fully or partially completed.
  • The Service Provider displays a logout page to the user.

 

  • SAML SLO

 

Additional Information

How to set up SingleLogoutRequest service URL in ServiceNow?

How to enable signed logout requests in ServiceNow?

This may also cause an error page at the time of 'Test Connection'. Clear the value, save the record and run a test again.  

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

Attachments

Attachments

No attachments found

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.