Skip to content

Commit

Permalink
deployment: Disable username validation for keycloak example
Browse files Browse the repository at this point in the history
Set 'GRAPH_USERNAME_MATCH' to 'none'. To accept any username that is
also valid for keycloak.
  • Loading branch information
rhafer committed Sep 5, 2023
1 parent 64bfdf2 commit 48306cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployments/examples/ocis_keycloak/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ services:
OCIS_ADMIN_USER_ID: ""
OCIS_EXCLUDE_RUN_SERVICES: "idp"
GRAPH_ASSIGN_DEFAULT_USER_ROLE: "false"
GRAPH_USERNAME_MATCH: "none"
volumes:
- ocis-config:/etc/ocis
- ocis-data:/var/lib/ocis
Expand Down

0 comments on commit 48306cb

Please sign in to comment.