Closed malichishti closed 3 years ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
Hi there @malichishti :wave:!
I closed this issue because it was labelled as a support question.
Please help us organize discussion by posting this on the http://discourse.jupyter.org/ forum.
Our goal is to sustain a positive experience for both users and developers. We use GitHub issues for specific discussions related to changing a repository's content, and let the forum be where we can more generally help and inspire each other.
Thanks you for being an active member of our community! :heart:
Hi @consideRatio, I have followed the documentation from https://oauthenticator.readthedocs.io/en/latest/getting-started.html#general-setup And it has still not worked so I'm not sure but there is at least a documentation issue/bug here.
Any help will be greatly appreciated
If we can pinpoint something wrong with the documentation it should absolutely be updated.
I suggest you start by trying to debug the following first, and after having done that without success open a discourse post describing the situation. If you have success, follow up here by clarifying what was wrong in the documentation or mention that it was unrelated.
I also suggest that you describe what version of jupyterhub and oauthenticator is installed (pip list
), and at what time you first setup the TLJH installation - is it an old or new installation?
Thank you for your reply @consideRatio , I have HTTPS and i can login fine if i remove this identity provider and just use admin account - its doesnt display the HTTPS error/message. I have set server very recently by following commads:
sudo apt install python3 python3-dev git curl
curl -L https://tljh.jupyter.org/bootstrap.py | sudo -E python3 - --admin xadmin
Following is what the logs look like for infinite redirect:
xadmin@xmaidesigner:~$ sudo journalctl -u jupyterhub -f
-- Logs begin at Fri 2021-08-13 03:54:56 UTC. --
Aug 20 09:26:47 xmaidesigner systemd[1]: Stopping jupyterhub.service...
Aug 20 09:26:47 xmaidesigner python3[733]: [C 2021-08-20 09:26:47.534 JupyterHub app:2941] Received signal SIGTERM, initiating shutdown...
Aug 20 09:26:47 xmaidesigner python3[733]: [I 2021-08-20 09:26:47.534 JupyterHub app:2577] Cleaning up 1 services...
Aug 20 09:26:47 xmaidesigner python3[733]: [I 2021-08-20 09:26:47.535 JupyterHub app:2589] Leaving single-user servers running
Aug 20 09:26:47 xmaidesigner python3[733]: [I 2021-08-20 09:26:47.535 JupyterHub app:2597] I didn't start the proxy, I can't clean it up
Aug 20 09:26:47 xmaidesigner python3[733]: [I 2021-08-20 09:26:47.535 JupyterHub app:2614] ...done
Aug 20 09:26:47 xmaidesigner systemd[1]: jupyterhub.service: Succeeded.
Aug 20 09:26:47 xmaidesigner systemd[1]: Stopped jupyterhub.service.
Aug 20 09:26:47 xmaidesigner systemd[1]: Started jupyterhub.service.
Aug 20 09:26:48 xmaidesigner python3[22230]: [I 2021-08-20 09:26:48.524 JupyterHub app:2463] Running JupyterHub version 1.4.0
Aug 20 09:26:48 xmaidesigner python3[22230]: [I 2021-08-20 09:26:48.524 JupyterHub app:2493] Using Authenticator: oauthenticator.generic.GenericOAuthenticator-0.10.0
Aug 20 09:26:48 xmaidesigner python3[22230]: [I 2021-08-20 09:26:48.524 JupyterHub app:2493] Using Spawner: traitlets.traitlets.UserCreatingSpawner-5.0.5
Aug 20 09:26:48 xmaidesigner python3[22230]: [I 2021-08-20 09:26:48.524 JupyterHub app:2493] Using Proxy: jupyterhub_traefik_proxy.toml.TraefikTomlProxy-0+unknown
Aug 20 09:26:48 xmaidesigner python3[22230]: [I 2021-08-20 09:26:48.534 JupyterHub app:1534] Loading cookie_secret from /opt/tljh/state/jupyterhub_cookie_secret
Aug 20 09:26:48 xmaidesigner python3[22230]: [I 2021-08-20 09:26:48.597 JupyterHub app:1838] Not using allowed_users. Any authenticated user will be allowed.
Aug 20 09:26:48 xmaidesigner python3[22230]: [I 2021-08-20 09:26:48.697 JupyterHub app:2530] Initialized 0 spawners in 0.005 seconds
Aug 20 09:26:48 xmaidesigner python3[22230]: [W 2021-08-20 09:26:48.699 JupyterHub app:2284] Deleting OAuth client jupyterhub-user-xadmin
Aug 20 09:26:48 xmaidesigner python3[22230]: [I 2021-08-20 09:26:48.727 JupyterHub app:2742] Not starting proxy
Aug 20 09:26:48 xmaidesigner python3[22230]: [I 2021-08-20 09:26:48.728 JupyterHub app:2778] Hub API listening on http://127.0.0.1:15001/hub/
Aug 20 09:26:48 xmaidesigner python3[22230]: [I 2021-08-20 09:26:48.729 JupyterHub app:2793] Starting managed service cull-idle
Aug 20 09:26:48 xmaidesigner python3[22230]: [I 2021-08-20 09:26:48.730 JupyterHub service:339] Starting service 'cull-idle': ['/opt/tljh/hub/bin/python3', '-m', 'jupyterhub_idle_culler', '--timeout=600', '--cull-every=60', '--concurrency=5', '--max-age=0']
Aug 20 09:26:48 xmaidesigner python3[22230]: [I 2021-08-20 09:26:48.731 JupyterHub service:121] Spawning /opt/tljh/hub/bin/python3 -m jupyterhub_idle_culler --timeout=600 --cull-every=60 --concurrency=5 --max-age=0
Aug 20 09:26:48 xmaidesigner python3[22230]: [I 2021-08-20 09:26:48.735 JupyterHub proxy:340] Checking routes
Aug 20 09:26:48 xmaidesigner python3[22230]: [I 2021-08-20 09:26:48.736 JupyterHub app:2853] JupyterHub is now running at http://:8000
Aug 20 09:26:48 xmaidesigner python3[22230]: [I 2021-08-20 09:26:48.743 JupyterHub log:189] 200 GET /hub/api (@127.0.0.1) 2.16ms
Aug 20 09:26:48 xmaidesigner python3[22230]: [I 2021-08-20 09:26:48.909 JupyterHub log:189] 200 GET /hub/api/users (cull-idle@127.0.0.1) 34.36ms
Aug 20 09:26:59 xmaidesigner python3[22230]: [I 2021-08-20 09:26:59.366 JupyterHub log:189] 302 GET / -> /hub/ (@115.70.35.46) 0.80ms
Aug 20 09:26:59 xmaidesigner python3[22230]: [I 2021-08-20 09:26:59.465 JupyterHub log:189] 302 GET /hub/ -> /hub/login?next=%2Fhub%2F (@115.70.35.46) 0.78ms
Aug 20 09:26:59 xmaidesigner python3[22230]: [I 2021-08-20 09:26:59.594 JupyterHub log:189] 200 GET /hub/login?next=%2Fhub%2F (@115.70.35.46) 30.91ms
Aug 20 09:27:06 xmaidesigner python3[22230]: [I 2021-08-20 09:27:06.125 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:06 xmaidesigner python3[22230]: [I 2021-08-20 09:27:06.127 JupyterHub log:189] 302 GET /hub/oauth_login?next=%2Fhub%2F -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.83ms
Aug 20 09:27:06 xmaidesigner python3[22230]: [I 2021-08-20 09:27:06.233 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:06 xmaidesigner python3[22230]: [I 2021-08-20 09:27:06.234 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.32ms
Aug 20 09:27:06 xmaidesigner python3[22230]: [I 2021-08-20 09:27:06.649 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:06 xmaidesigner python3[22230]: [I 2021-08-20 09:27:06.651 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.56ms
Aug 20 09:27:06 xmaidesigner python3[22230]: [I 2021-08-20 09:27:06.750 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:06 xmaidesigner python3[22230]: [I 2021-08-20 09:27:06.751 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.46ms
Aug 20 09:27:06 xmaidesigner python3[22230]: [I 2021-08-20 09:27:06.851 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:06 xmaidesigner python3[22230]: [I 2021-08-20 09:27:06.852 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.34ms
Aug 20 09:27:06 xmaidesigner python3[22230]: [I 2021-08-20 09:27:06.951 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:06 xmaidesigner python3[22230]: [I 2021-08-20 09:27:06.952 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.71ms
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.052 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.054 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.61ms
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.153 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.155 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.68ms
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.260 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.261 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.64ms
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.360 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.361 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.52ms
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.461 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.462 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.52ms
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.561 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.563 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 2.25ms
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.665 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.666 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.47ms
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.770 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.771 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.39ms
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.872 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.873 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.60ms
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.972 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:07 xmaidesigner python3[22230]: [I 2021-08-20 09:27:07.973 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.39ms
Aug 20 09:27:08 xmaidesigner python3[22230]: [I 2021-08-20 09:27:08.073 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:08 xmaidesigner python3[22230]: [I 2021-08-20 09:27:08.074 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.39ms
Aug 20 09:27:08 xmaidesigner python3[22230]: [I 2021-08-20 09:27:08.174 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:08 xmaidesigner python3[22230]: [I 2021-08-20 09:27:08.176 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.76ms
Aug 20 09:27:08 xmaidesigner python3[22230]: [I 2021-08-20 09:27:08.277 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:08 xmaidesigner python3[22230]: [I 2021-08-20 09:27:08.278 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.24ms
Aug 20 09:27:08 xmaidesigner python3[22230]: [I 2021-08-20 09:27:08.377 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:08 xmaidesigner python3[22230]: [I 2021-08-20 09:27:08.378 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.11ms
Aug 20 09:27:09 xmaidesigner python3[22230]: [I 2021-08-20 09:27:09.537 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:09 xmaidesigner python3[22230]: [I 2021-08-20 09:27:09.538 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.53ms
Aug 20 09:27:09 xmaidesigner python3[22230]: [I 2021-08-20 09:27:09.637 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:09 xmaidesigner python3[22230]: [I 2021-08-20 09:27:09.638 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.22ms
Aug 20 09:27:09 xmaidesigner python3[22230]: [I 2021-08-20 09:27:09.762 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:09 xmaidesigner python3[22230]: [I 2021-08-20 09:27:09.764 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.65ms
Aug 20 09:27:09 xmaidesigner python3[22230]: [I 2021-08-20 09:27:09.862 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:09 xmaidesigner python3[22230]: [I 2021-08-20 09:27:09.863 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.62ms
Aug 20 09:27:09 xmaidesigner python3[22230]: [I 2021-08-20 09:27:09.963 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:09 xmaidesigner python3[22230]: [I 2021-08-20 09:27:09.963 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.26ms
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.063 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.064 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.43ms
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.163 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.164 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.62ms
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.266 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.267 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.36ms
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.367 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.367 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.33ms
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.469 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.470 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.42ms
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.573 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.574 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.38ms
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.672 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.673 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.14ms
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.774 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.776 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.80ms
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.876 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.877 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.47ms
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.980 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:10 xmaidesigner python3[22230]: [I 2021-08-20 09:27:10.982 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 2.59ms
Aug 20 09:27:11 xmaidesigner python3[22230]: [I 2021-08-20 09:27:11.084 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:11 xmaidesigner python3[22230]: [I 2021-08-20 09:27:11.085 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.76ms
Aug 20 09:27:11 xmaidesigner python3[22230]: [I 2021-08-20 09:27:11.198 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:11 xmaidesigner python3[22230]: [I 2021-08-20 09:27:11.199 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.21ms
Aug 20 09:27:11 xmaidesigner python3[22230]: [I 2021-08-20 09:27:11.300 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:11 xmaidesigner python3[22230]: [I 2021-08-20 09:27:11.301 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.19ms
Aug 20 09:27:11 xmaidesigner python3[22230]: [I 2021-08-20 09:27:11.401 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:11 xmaidesigner python3[22230]: [I 2021-08-20 09:27:11.402 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.44ms
Aug 20 09:27:11 xmaidesigner python3[22230]: [I 2021-08-20 09:27:11.501 JupyterHub oauth2:100] OAuth redirect: 'https://xx.southeastasia.cloudapp.azure.com/hub/oauth_callback'
Aug 20 09:27:11 xmaidesigner python3[22230]: [I 2021-08-20 09:27:11.502 JupyterHub log:189] 302 GET /hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] -> ?response_type=code&redirect_uri=https%3A%2F%2Fxmaidesigner.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=[secret] (@115.70.35.46) 1.41ms
Aug 20 09:27:11 xmaidesigner python3[22230]: [I 2021-08-20 09:27:11.871 JupyterHub log:189] 302 GET / -> /hub/ (@115.70.35.46) 0.87ms
Aug 20 09:27:11 xmaidesigner python3[22230]: [I 2021-08-20 09:27:11.971 JupyterHub log:189] 302 GET /hub/ -> /hub/login?next=%2Fhub%2F (@115.70.35.46) 0.90ms
Aug 20 09:27:36 xmaidesigner python3[22230]: [I 2021-08-20 09:27:36.997 JupyterHub log:189] 302 GET / -> /hub/ (@92.118.161.33) 0.85ms
Aug 20 09:27:37 xmaidesigner python3[22230]: [I 2021-08-20 09:27:37.879 JupyterHub log:189] 302 GET /hub/ -> /hub/login?next=%2Fhub%2F (@92.118.161.33) 0.71ms
Aug 20 09:27:38 xmaidesigner python3[22230]: [I 2021-08-20 09:27:38.770 JupyterHub log:189] 200 GET /hub/login?next=%2Fhub%2F (@92.118.161.33) 1.86ms
I couldn't find oauthenticator, below is the output of pip list
Package Version
---------------------- --------------------
attrs 19.3.0
Automat 0.8.0
blinker 1.4
certifi 2019.11.28
chardet 3.0.4
Click 7.0
cloud-init 21.2
colorama 0.4.3
command-not-found 0.3
configobj 5.0.6
constantly 15.1.0
cryptography 2.8
cupshelpers 1.0
dbus-python 1.2.16
defer 1.0.6
distro 1.4.0
distro-info 0.23ubuntu1
entrypoints 0.3
httplib2 0.14.0
hyperlink 19.0.0
idna 2.8
importlib-metadata 1.5.0
incremental 16.10.1
Jinja2 2.10.1
jsonpatch 1.22
jsonpointer 2.0
jsonschema 3.2.0
keyring 18.0.1
language-selector 0.1
launchpadlib 1.10.13
lazr.restfulclient 0.14.2
lazr.uri 1.0.3
macaroonbakery 1.3.1
MarkupSafe 1.1.0
more-itertools 4.2.0
netifaces 0.10.4
oauthlib 3.1.0
pexpect 4.6.0
pip 20.0.2
protobuf 3.6.1
pyasn1 0.4.2
pyasn1-modules 0.2.1
pycairo 1.16.2
pycups 1.9.73
PyGObject 3.36.0
PyHamcrest 1.9.0
PyJWT 1.7.1
pymacaroons 0.13.0
PyNaCl 1.3.0
pyOpenSSL 19.0.0
pyparted 3.11.2
pyRFC3339 1.1
pyrsistent 0.15.5
pyserial 3.4
python-apt 2.0.0+ubuntu0.20.4.5
python-debian 0.1.36ubuntu1
pytz 2019.3
PyYAML 5.3.1
requests 2.22.0
requests-unixsocket 0.2.0
SecretStorage 2.3.1
service-identity 18.1.0
setuptools 45.2.0
simplejson 3.16.0
six 1.14.0
sos 4.1
ssh-import-id 5.10
systemd-python 234
Twisted 18.9.0
ubuntu-advantage-tools 27.0
ufw 0.36
unattended-upgrades 0.1
urllib3 1.25.8
wadllib 1.3.3
WALinuxAgent 2.2.46
wheel 0.34.2
zipp 1.0.0
zope.interface 4.7.1
@consideRatio I managed to solve this eventualy, whats missing in the docs is that if you are using https://oauthenticator.readthedocs.io/en/latest/getting-started.html#general-setup then JupyterHub will be set up as systemmd service. Now the docs does say to define OAUTH2_TOKEN_URL and OAUTH2_AUTHORIZE_URL environment variables but since this is systemd service it has to be done as below:
sudo systemctl stop jupyterhub.service
sudo systemctl edit jupyterhub.service
Add following:
Environment=OAUTH2_TOKEN_URL=https://xx/identity/connect/token Environment=OAUTH2_AUTHORIZE_URL=https://xx/identity/connect/authorize
sudo systemctl start jupyterhub.service
@consideRatio I have a separate item, should it be logged as an enhancement request?
OpenID Connect support a hybrid authentication flow which kicks in if the Authorizations request using "response_type": "code **id_token**"
Is this possible with Generic or another authenticator?
This issue has been mentioned on Jupyter Community Forum. There might be relevant details there:
https://discourse.jupyter.org/t/genericoauthenticator-doesnt-redirect-to-the-identity-server/10428/7
For any separate thing that should be a github issue, make it a separate github issue.
I don't know if the GenericOAuthenticator supports a hybrid auth flow. You can indeed open a feature request for that in this github repo. I have a some wishes as a maintainer trying to find time to do whats needed to maintain this and other repos in this github org:
Hi, I have set up Jupyter Hub on Ubuntu 20.x I have then used tljh-config to set up identity provider as below:
However, when I try to log in, it gives the following error before even redirecting to my Identity provider:
https://xx.southeastasia.cloudapp.azure.com/hub/oauth_login?response_type=code&redirect_uri=https%3A%2F%xx.southeastasia.cloudapp.azure.com%2Fhub%2Foauth_callback&client_id=f120eeee-b3c2-477c-9dd8-725879a5bbd7&state=eyJzdGF0ZV9pZCI6ICJjYjM5ZjRlNjgzODU0ZDgyOWY0MjVmZDFiN2YwMTBmNyIsICJuZXh0X3VybCI6IG51bGx9
Is there something i have done wrong?