So I have 2 computers for my microservice system. One one computer (linux), I have Apache 2 server istalled that handles my proxy. Then I have keycloak installed on a docker environment which manages access to my microservices. On the 2nd computer (windows) I have docker setup with my micro services running on them. I have a couple of services that do not pass through my gateway protected by keycloak.
Now the problem is, my institutions polices requires that all domains be on the institutions main domain. I however for this my setup have a different domain purchased from godaddy. On my institutions network, I can not access any site via my domain. But I can do that via IP. Keycloak however need the secured domain (for the production environment) to work. And I am getting http error 401 unauthorized whenever I try accessing any of the secured services.
How do I go about this so that I can access any of my services from anywhere outside my institution.