Skip to content

Commit

Permalink
Omit configuration of oauth_client_id, rely on its default value
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 12, 2022
1 parent 751e785 commit 681466c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion doc/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ you need to add the following into ``config.yaml``:
binder:
oauth_no_confirm: true
oauth_redirect_uri: "https://<binderhub_url>/oauth_callback"
oauth_client_id: "binder-oauth-client-test"
singleuser:
# to make notebook servers aware of hub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
c.HubOAuth.base_url = c.BinderHub.base_url
c.HubOAuth.hub_prefix = c.BinderHub.base_url + "hub/"
c.HubOAuth.oauth_redirect_uri = "http://127.0.0.1:8585/oauth_callback"
c.HubOAuth.oauth_client_id = "binder-oauth-client-test"
c.HubOAuth.oauth_client_id = "service-binder"
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ hub:
binder:
oauth_no_confirm: true
oauth_redirect_uri: "http://127.0.0.1:8585/oauth_callback"
oauth_client_id: "binder-oauth-client-test"
config:
JupyterHub:
authenticator_class: "dummy"
Expand Down

0 comments on commit 681466c

Please sign in to comment.