We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfc238 commit 4f41429Copy full SHA for 4f41429
1 file changed
applications/jupyterhub/deploy/resources/hub/jupyterhub_config.py
@@ -549,6 +549,7 @@ def camelCaseify(s):
549
c.GenericOAuthenticator.userdata_url = f"{accounts_url}/realms/{realm}/protocol/openid-connect/userinfo"
550
c.GenericOAuthenticator.userdata_params = {'state': 'state'}
551
c.GenericOAuthenticator.admin_groups = {"administrator"}
552
+ c.GenericOAuthenticator.manage_groups = True
553
554
set_config_if_not_none(c.OAuthenticator, 'scope', 'auth.scopes')
555
0 commit comments