Skip to content

Commit a9b1ca4

Browse files
authored
Merge pull request #3571 from manics/keycloak-config
Update Keycloak example (currently broken)
2 parents 7ae6bcd + 7634a03 commit a9b1ca4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/source/administrator/authentication.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -444,11 +444,9 @@ hub:
444444
username_claim: preferred_username
445445
userdata_params:
446446
state: state
447-
# In order to use keycloak client's roles as authorization layer
448-
claim_groups_key: roles
449-
allowed_groups:
450-
- user
451-
admin_groups:
447+
# Allow all Keycloak users
448+
allow_all: true
449+
admin_users:
452450
- admin
453451
JupyterHub:
454452
authenticator_class: generic-oauth

0 commit comments

Comments
 (0)