Hello Experts, I have Implemented google SSO it’s working as expected no surprises. But when I try to log out it has to kill the IDP session as well as Mendix session, now it’s killing MX Session because I am using default sign out option in Mendix. Kindly let me know what has to be done for killing the IDP session. NOTE : In other Azure IDP I am able to be kill the session by re-directing to the specific URL but wondering how the same can be done for google SSO. Answers are really much appreciated! I have used this URL to redirect : https://accounts.google.com/Logout?&continue=yourredirecturl and redirected in browser when the user logs out but I am getting an error. I have added the screen shot kindly help me in this.