Kill SSO session when user logged out

2
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.
asked
2 answers
1

On stackoverflow I found this:
https://www.google.com/accounts/Logout?continue=https://appengine.google.com/_ah/logout?continue=http://www.example.com

 

(Original: https://stackoverflow.com/questions/4202161/google-account-logout-and-redirect)

answered
1

You can logout with the following URL in Google SSO: 
 

https://accounts.google.com/Logout?&continue=yourredirecturlhere
answered