Skip to content

Commit 18d89a6

Browse files
authored
Merge pull request #1599 from manics/fix-auth-docs-again
Fix auth docs config (again)
2 parents 1b040a6 + 8b6eaa4 commit 18d89a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/authentication.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ you need to add the following into ``config.yaml``:
2121
redirectToServer: false
2222
config:
2323
BinderSpawner:
24-
auth_enabled: false
24+
auth_enabled: true
2525
services:
2626
binder:
27+
oauth_client_id: service-binderhub
2728
oauth_no_confirm: true
2829
oauth_redirect_uri: "https://<binderhub_url>/oauth_callback"
2930
loadRoles:
@@ -75,7 +76,7 @@ you have to enable named servers on JupyterHub:
7576
hub:
7677
allowNamedServers: true
7778
# change this value as you wish,
78-
# 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
7980
namedServerLimitPerUser: 5
8081
8182
.. note::

0 commit comments

Comments
 (0)