jwtauthenticator
jwtauthenticator copied to clipboard
redirect to https url
I try to use apache knox to establish a reverse proxy for jupyterhub. Therefore, I need to use jwtauthenticator so that jupyterhub can achieve jwt after get authenticated by knox sso. However, after authentication, I get redirected to https://ip:port/hub. Is there any way to get directed to http://ip:port/hub? Thanks!