How to use Keycloak backend endpoint through a private network.
The only requirement is to have Docker installed.
Start containers and wait until oauth2-proxy
service is healty (~60s). Open http://localhost:4180 in browser, use admin
for username and password to sign in.
docker compose up
Stop containers and remove containers, networks, volumes.
docker compose down -v --remove-orphans
Check oauth2-proxy
service from docker-compose.yml for OIDC client configuration.