werty1st / keycloak-docker-compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keycloak docker compose

This is project is used to demonstrate how to configure Keycloak, which is developed by Redhat, as an IDP for federated login to AWS.

For more information read my blog post on AWS User Federation with Keycloak.

usage

docker-compose up -d

Open your browser and navigate to http://0.0.0.0:18080.

Note: I went to the trouble of generating some random default passwords but you should still set your own in the docker-compose.yml.

About