Mendix Sign out redirecting to another page

0
Hi All   I have the following problem. We have altered our login.html page with a script that redirects the user directly to our SSO login page. This works fine. However, when the user wants to logout, by using the Mendix default Signout the user gets redirected again to the login.html. Due to the redirect to SSO on our login page, the user is in a loop and will be automatically logged in ( We know we need to foresee a logout on identity provider, but for now we do not have it). Is there a way to redirect the user to another HTML page once he signed out? ( I tried creating a nanoflow with a signout and a open url that leads to the new html page, but this does not work unfortunately)   Many thanks for the advices.   Kind regards
asked
1 answers
0

Hi,

Check this https://forum.mendix.com/link/space/app-development/questions/99441

answered