Improve IP restrictions per role inside an app

0
Dear network, we want to build apps with several roles inside. Some roles should be allowed to access the app from the web, some not. We wanted to use the IP restricttion profile but it is applied to all the roles. Any idea we could implement this properly? Thank you.
asked
1 answers
1

Hi Benoit,

this makes sense as the IP restriction is application based. For restrictions on role, the user needs to be logged in first. 

With this module, you'll be able to get the users IP address. https://appstore.home.mendix.com/link/app/106768/

You can build custom functionality, to verify this for each user.

 

answered