Skip to content

Commit 385b5eb

Browse files
authored
Auth requires jupyterhub.hub.loadRoles
1 parent 0a7c129 commit 385b5eb

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)