Deployment in docker compose is to demonstrate how to set up OpenID Connect on both the server and the client using SSO. This is a simplified deployment option that should not be used in real projects.
docker compose up
-
KeycloakDB (Postgres): http://localhost:52632
-
Keycloak: http://localhost:52633
-
Microservice on Actix Web: http://localhost:52634
-
Web-client: http://localhost:52635