Hello, I'm quite new to mendix and I have a question. In my Mendix web application, SSO login is integrated as a part of the app's logic. Since SSO login doesn't work on a local instance, what's the best approach to test the application locally without bypassing the SSO-related features? Thank you for your help and your time.
asked
Marco Grossi
2 answers
0
Hi Marco,
Simply add /login.html to the app URL and you can enter the app via the (default) user/pw
answered
Christoph Graf
0
For local testing of your Mendix application with SSO, you can consider creating a mock SSO service, setting up a local identity provider, or using conditional logic to bypass SSO in your local environment.