top of page

Configure URL Allowlist for Logout Redirects

Securing user sessions even during logout is critical. Without a properly configured URL allowlist for logout redirects, users may inadvertently be redirected to unauthorized or unintended locations, potentially exposing sensitive information. Implementing a URL allowlist ensures that logout redirects only lead to trusted Identity Providers, significantly enhancing security and preventing potential misuse.

 

Resolution Steps:

  1. Access the System Properties:

    1. Go to the sys_properties table by entering sys_properties.list in the navigation filter of your ServiceNow instance.

  2. Configure the URL Allowlist:

    1. Search for the glide.security.url.whitelist property in the list.

    2. Add the AuthnRequest values for each active Identity Provider to this property. Ensure that these values are correct and correspond to trusted sources.

  3. Validate the Configuration:

    1. Test the logout process by attempting redirects to the listed URLs.

    2. Ensure that any unauthorized or unintended URLs are effectively blocked, and only trusted redirects are allowed.

  4. Regularly Update the Allowlist:

    1. Periodically review and update the allowlist to accommodate changes in trusted Identity Providers or redirect needs.

    2. Consider automating alerts for when unauthorized redirect attempts are blocked, to monitor for potential security issues.


Conclusion: Configuring a URL allowlist for logout redirects is an essential security practice that protects users and organizations from potential threats associated with unauthorized redirects. By restricting redirects to trusted sources, organizations can ensure a safer user experience and maintain control over session terminations.


For more detailed guidance on resolving this issue, please contact us at support@dt-advisory.ch.

bottom of page