How do I block access to a web java application by the user's IP.
The application will be hosted outside of the company environment, but it needs to be accessed by a certain profile from outside.
I have in the user profile the profile of each one and I thought that when trying to log in I could somehow validate whether it is inside the company or not.
How to do it?