Skip to content

How to use Keycloak backend endpoint through a private network.

Notifications You must be signed in to change notification settings

altcatalin/poc-keycloak-private-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

poc-keycloak-private-network

How to use Keycloak backend endpoint through a private network.

Requirements

The only requirement is to have Docker installed.

Usage

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.

About

How to use Keycloak backend endpoint through a private network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages