Skip to content

Commit

Permalink
Minor fixes to keycloak openid documentation (#9845)
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored Dec 21, 2023
1 parent c0236ba commit b91cd22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer-guide/integrations/users/openId.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Create/edit `mapstore-ovr.properties` file (in data-dir or class path) to config

```properties
# enables the keycloak OpenID Connect filter
keycloakOAuth2Config.enabled=false
keycloakOAuth2Config.enabled=true

# Configuration
keycloakOAuth2Config.jsonConfig=<copy-here-the-json-config-from-keycloak-removing-all-the-spaces>
Expand All @@ -144,7 +144,7 @@ keycloakOAuth2Config.autoCreateUser=true
keycloakOAuth2Config.roleMappings=admin:ADMIN,user:USER

# Comma separated list of <keycloak-role>:<geostore-group>
keycloakOAuth2Config.roleMappings=MY_KEYCLOAK_ROLE:MY_MAPSTORE_GROUP,MY_KEYCLOAK_ROLE2:MY_MAPSTORE_GROUP2
keycloakOAuth2Config.groupMappings=MY_KEYCLOAK_ROLE:MY_MAPSTORE_GROUP,MY_KEYCLOAK_ROLE2:MY_MAPSTORE_GROUP2

# Default role, when no mapping has matched
keycloakOAuth2Config.authenticatedDefaultRole=USER
Expand Down

0 comments on commit b91cd22

Please sign in to comment.