We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b040a6 + 8b6eaa4 commit 18d89a6Copy full SHA for 18d89a6
docs/source/authentication.rst
@@ -21,9 +21,10 @@ you need to add the following into ``config.yaml``:
21
redirectToServer: false
22
config:
23
BinderSpawner:
24
- auth_enabled: false
+ auth_enabled: true
25
services:
26
binder:
27
+ oauth_client_id: service-binderhub
28
oauth_no_confirm: true
29
oauth_redirect_uri: "https://<binderhub_url>/oauth_callback"
30
loadRoles:
@@ -75,7 +76,7 @@ you have to enable named servers on JupyterHub:
75
76
hub:
77
allowNamedServers: true
78
# change this value as you wish,
- # or remove this line if you don't want to have any limit
79
+ # or set to 0 if you don't want to have any limit
80
namedServerLimitPerUser: 5
81
82
.. note::
0 commit comments