Using Keycloak to Secure Web Pages and Virtual Directories
While working on some internal tools, I needed secure access to a few PHP pages and virtual directories resources that, by default, didn’t have any built-in access control. Since NetEye already uses Keycloak as its authentication system, I decided to leverage it to handle login and user validation. This way I could avoid reinventing the…
Read More