Mendix app URL parameter to force log in with no user

0
Hello,   Is there a possibility to have a mendix URL parameter that would force the app to try to connect with no user details?   For example www.myapp.com/?parameter=nouser   The problem I am having is that my app uses SSO and it picks up the logged in system user details and automatically logs in with that system user.     What I need is for the app to always ask to enter username/password to authenticate into the SSO system with regardless if some other user is logged in already to the system.   thank you!
asked
1 answers
0

Yep: www.myapp.com/login.html

This will show the login-page, regardless if your app has SSO configured or not. It will however only let you login with a local user, so a System.User, in contrast to a user defined in your SSO’s idp.

answered