Modifying default SSO setup to when end users get logged in, they are not sent to index3.html in the URL
0
We do not want users to have "index3.html" in their URL once they get logged in. Simply put, it looks bad and reflects poor design choices. Has anyone spent time working on a way to avoid this? In theory, instead of using two different pages the login page should simply have some code in it that checks for a session, redirecting to /SSO if there is no session or its invalid, otherwise just use the session info in the cookie and log the user in.
asked
Alex Stump
1 answers
0
Hi Alex,
In the latest versions of Mendix you are able to give every page a URL, so you have a lot of freedom on how to call the pages, even with SSO enabled. Or do you want only to show `/index.html`?