jhub_remote_user_authenticator
jhub_remote_user_authenticator copied to clipboard
REMOTE_USER authenticator for Jupyterhub.
Logout
Hi, Thanks for your work. I have a question, how do you handle logout? I modified a bit your code to extract the cookie. In RemoteUserLoginHandler.get I am searching in...
Hi, I have followed the instructions in the readme. First install the whole thing via pip and then add in the config I use the following configration : ``` c.JupyterHub.authenticator_class...
Using jupterhub 2.2.1 When using "jhub_remote_user_authenticator" via proxy (nginx) I keep getting http://server/hub/login?next=%2Fhub%2F ERR_INVALID_RESPONSE. My proxy is definately getting the remote_user header. I confirmed in my access log. I also...
Has anyone used this authenticator in combination with Shibboleth and Apache as a proxy? Do you have any advice on how to get this working? Maybe someone can point me...
How do I change the HTTP header name? Also, I'm using an OIDC authenticator and the desired username comes at the end of "x-amzn-oidc-identity" header. It is not hard to...
I use this to handle auth from Google application proxy. Unfortunately, the header value looks like: `accounts.google.com:[email protected]` It works fine, but it's a bit verbose. It'd be awesome if I...
Hi, I made modifications to the code and created a distribution using "python sdist" command which created jhub_remote_user_authenticator-0.1.2.tar.gz. When I try install this via pip I get following error. Any...
Hi, I am working setting up jhub authentication with shibboleth. I came across your post and installed it. I am getting the following error when I try to authenticate with...
can provide some Example? thank you!
Hi, I have add a logout handler to properly delete the cookie before logout from external authentication system. The location of login / logout pages can be configure. I also...