-
-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JupyterHub Azure OAuth issues #7588
Comments
1. Does not use https without
|
2. Get 502 Bad Gateway when adding
|
There is a discussion here mentioning the "buffer size" as the issue https://discourse.holoviz.org/t/oauth-redirect-uri/5182. I will ask the support team about that. |
OAuth + Jupyter Proxy definitely seems like a combination that is probably not been exercised well or at all since usually you'd expect the JupyterHub to handle the authentication part.
Suspect one of the proxies is performing SSL termination so that Panel only ever sees an HTTP request. |
panel==1.5.5
I'm trying to add azure oauth to my Panel application. I'm developing and testing in VS Code on my JupyterHub.
Setup
Without oauth, I would serve this via
And I would be able to open the application at
https://my-domain/workspace/user/userid/vscode/proxy/5006/
and
https://my-domain/workspace/user/userid/vscode/proxy/5006/script
Azure OAuth works on my laptop
It works on my laptop served with:
Issues
Coming in separate posts below
The text was updated successfully, but these errors were encountered: