Skip to content

Commit

Permalink
Merge pull request #3571 from manics/keycloak-config
Browse files Browse the repository at this point in the history
Update Keycloak example (currently broken)
  • Loading branch information
minrk authored Nov 19, 2024
2 parents 7ae6bcd + 7634a03 commit a9b1ca4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/source/administrator/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,11 +444,9 @@ hub:
username_claim: preferred_username
userdata_params:
state: state
# In order to use keycloak client's roles as authorization layer
claim_groups_key: roles
allowed_groups:
- user
admin_groups:
# Allow all Keycloak users
allow_all: true
admin_users:
- admin
JupyterHub:
authenticator_class: generic-oauth
Expand Down

0 comments on commit a9b1ca4

Please sign in to comment.