Skip to content

Commit 4f41429

Browse files
committed
Tweak forward compatible jupyterhub auth configuration
1 parent 5bfc238 commit 4f41429

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

applications/jupyterhub/deploy/resources/hub/jupyterhub_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ def camelCaseify(s):
549549
c.GenericOAuthenticator.userdata_url = f"{accounts_url}/realms/{realm}/protocol/openid-connect/userinfo"
550550
c.GenericOAuthenticator.userdata_params = {'state': 'state'}
551551
c.GenericOAuthenticator.admin_groups = {"administrator"}
552+
c.GenericOAuthenticator.manage_groups = True
552553

553554
set_config_if_not_none(c.OAuthenticator, 'scope', 'auth.scopes')
554555

0 commit comments

Comments
 (0)