Separate login page for local environment

0
Hi All,   We have SSO configured in our higher environments like test, acceptance and production. We have a requirement like the manual sign in option should be removed from the login page. In that case, we need a mechanism to login to our local environment manually since SSO isn't configured there.    Is there a straight forward way to do this in Mendix? Any suggestions are welcome, thanks!    
asked
2 answers
0

You can use the local login filter for this purpose: https://marketplace.mendix.com/link/component/111777

 

answered
0

You could add the /login.html path as an access restriction profile in the network tab of your app's cloud settings. You will still have access to the page locally, but it can't be reached in the cloud that way.

answered