mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 13:33:00 +00:00
Fix Service oauth client ids must start with 'service-'
This commit is contained in:
@@ -13,7 +13,7 @@ if not api_token:
|
|||||||
c.JupyterHub.services = [
|
c.JupyterHub.services = [
|
||||||
{
|
{
|
||||||
'name': 'external-oauth',
|
'name': 'external-oauth',
|
||||||
'oauth_client_id': "whoami-oauth-client-test",
|
'oauth_client_id': "service-oauth-client-test",
|
||||||
'api_token': api_token,
|
'api_token': api_token,
|
||||||
'oauth_redirect_uri': 'http://127.0.0.1:5555/oauth_callback',
|
'oauth_redirect_uri': 'http://127.0.0.1:5555/oauth_callback',
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user