glide.authenticate.external.logout_redirect
ServiceNow property description:
URL to redirect users after logout, typically back to the portal that enabled the SSO (e.g. http://portal.companya.com/logout)
Attributes
- Sys ID: 8857aca40a0a3c7400d779dc3a16d9ae
- Type: string
- Application: Global
- Default value: external_logout_complete.do

AI generated property description:
The ServiceNow property `glide.authenticate.external.logout_redirect` specifies the URL to which users are redirected after they log out of the ServiceNow instance. This is typically used to direct users back to the portal that initially enabled the Single Sign-On (SSO) session, such as `http://portal.companya.com/logout`. This property ensures a seamless user experience by guiding users to a familiar page after logout, rather than leaving them on a generic or unexpected page. It is particularly useful in environments where SSO is enforced, as it helps maintain the flow of authentication and user navigation. The URL set in this property should be carefully chosen to align with the organization's authentication and user management policies.
Source