Skip to content

Commit a2079a5

Browse files
committed
update auth documentation
1 parent c4a26dd commit a2079a5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/authentication.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@ you need to add the following into ``config.yaml``:
1919
users: False
2020
2121
hub:
22+
redirectToServer: false
2223
services:
2324
binder:
2425
oauth_redirect_uri: "http://<binderhub_url>/oauth_callback"
2526
oauth_client_id: "binder-oauth-client-test"
2627
extraConfig:
27-
hub_extra: |
28-
c.JupyterHub.redirect_to_server = False
29-
3028
binder: |
3129
from kubespawner import KubeSpawner
3230
@@ -83,6 +81,9 @@ you have to enable named servers on JupyterHub:
8381
jupyterhub:
8482
hub:
8583
allowNamedServers: true
84+
# change this value as you wish,
85+
# or remove this line if you don't want to have any limit
86+
namedServerLimitPerUser: 5
8687
8788
.. note::
8889
BinderHub assigns a unique name to each server with max 40 characters.

0 commit comments

Comments
 (0)