Skip to content

Commit

Permalink
Trial service-binder
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 10, 2022
1 parent ef70a10 commit 90246b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ 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"
oauth_client_id: "service-binder"
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 = "service-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,7 @@ hub:
binder:
oauth_no_confirm: true
oauth_redirect_uri: "http://127.0.0.1:8585/oauth_callback"
oauth_client_id: "service-binder-oauth-client-test"
oauth_client_id: "service-binder"
config:
JupyterHub:
authenticator_class: "dummy"
Expand Down

0 comments on commit 90246b3

Please sign in to comment.