Skip to content

Commit 0f575ab

Browse files
authored
Merge pull request #1578 from manics/auth-hub-roles
Auth requires `jupyterhub.hub.loadRoles`
2 parents 0a7c129 + 385b5eb commit 0f575ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/source/authentication.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ you need to add the following into ``config.yaml``:
2626
binder:
2727
oauth_no_confirm: true
2828
oauth_redirect_uri: "https://<binderhub_url>/oauth_callback"
29+
loadRoles:
30+
user:
31+
scopes:
32+
- self
33+
- "access:services"
2934
3035
singleuser:
3136
# to make notebook servers aware of hub

0 commit comments

Comments
 (0)