How to disable local login filter

0
Hello All,   I want to implement local login disable functionality for one of my Mendix application, also MxAdmin should not be able to login, based upon some configuration value.   Please suggest how we can achieve this.
asked
1 answers
2

Please try with below marketplace  module.

 

https://marketplace.mendix.com/link/component/111777

 

Attach the AfterStartup microflow from the USE_ME folder to your startup flow.

 

image.png

answered