Restrict access to the Mendix application to the Intranet only

0
Hello Team, I have a Mendix-based application hosted on the AWS public cloud, with access managed through SSO authentication. I want to restrict this application so that it is only accessible via the intranet and not from the internet. Can anyone guide me on whether such a restriction can be applied to a publicly hosted cloud application?  
asked
1 answers
0

If you don't want to have it accessible via Internet, then it shouldn't be hosted in an external cloud in the first place.

 

However you can restrict access to the app to a IP range, this would serve the goal to restrict access. However, employees working from home wouldn't be able to access the application directly anymore.

https://docs.mendix.com/developerportal/deploy/access-restrictions/#access-restriction-profiles

answered