I'm operating a webapp that should be accessible only to a small number of people equipped with tablets. It is served on port 80 of a server that is on our local network behind the ISP router.
The question is : how can I ensure access to authorized user without any other user being able to access it ? Non authorized users should end with a connection reset as if port was not open.
I thought of opening a port on the router, redirecting it to the server and securing it with a certificate but is that even possible ?
Another solution could be installing a VPN but it may be too difficult to manage for some users.