Sign out function for SSO Login

0
Hi Guys,   I’m trying to implement SSO in my Mendix app and facing difficulty with logout functionality. When I click on log out button, it is redirecting to login.html page. Instead, I want to redirect it to Default home page. Could you please help me to implement this functionality. Thanks in advance.
asked
1 answers
0

If you mean with signing out signing out of the SSO Provider, than a redirect to yourappurl/SSO/logout can do the trick. 

https://forum.mendix.com/link/space/connectors/questions/88476

Otherwise what is the usecase of signing out of the app, but not from the SSO provider….Only as a developer I miss that sometimes, but then I navigtae to myapp/login.html and login with a non sso user...

answered