SAML SSO Logout Logs the User Back Into the Instance Instead of Logging OutIssue Issue has been observed on an instance that has a SAML SSO Identity Provider (IdP) that is configured to use SSOv2, i.e. the system property is set to true: glide.authenticate.multissov2_feature.enabled Login to the instance using a SAML SSO IdP is successful, but when Logout is selected it appears that the logout might be happening, but you are logged back into the instance. It is expected instead that you are indeed logged out of the instance.ReleaseInstance is configured to use SAML SSO using SSOv2CauseThe installation exit LogoutRedirect (found at System Definition -> Installation Exits) is set to Active = true making this LogoutRedirect installation exit be called instead of the needed installation exit called MultiSSOLogoutv2ResolutionTo resolve the issue set the installation exit called LogoutRedirect to Active = false This will make the correct MultiSSOLogoutv2 installation exit be called when logout is selected