🧑‍💻(demo) configure people as an IdP

This configures local environment to test login through people:
- Keycloak configuration of the IdP (people)
- Add Keycloak Application in people

The only user who can login for now is "admin".
This commit is contained in:
Quentin BEY
2025-01-14 11:48:55 +01:00
committed by BEY Quentin
parent db6cdadd72
commit 68550f6f7e
5 changed files with 187 additions and 7 deletions

View File

@@ -129,6 +129,8 @@ services:
image: quay.io/keycloak/keycloak:20.0.1
volumes:
- ./docker/auth/realm.json:/opt/keycloak/data/import/realm.json
extra_hosts:
- "host.docker.internal:host-gateway"
command:
- start-dev
- --features=preview