Skip to content

mhagdorn/jhub_remote_user_authenticator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyterhub REMOTE_USER Authenticator

Authenticate to Jupyterhub using an authenticating proxy that can set the REMOTE_USER header.

Installation

This package can be installed with `pip`:

cd jhub_remote_user_authenticator pip install .

Alternately, you can add this project folder must be on your PYTHONPATH.

You should edit your jupyterhub_config.py to set the authenticator class:

c.JupyterHub.authenticator_class = 'remote_user.RemoteUserAuthenticator'

You should be able to start jupyterhub. The "/login" resource will look for the authenticated user name in the HTTP header "REMOTE_USER". If found, and not blank, you will be logged in as that user.

About

REMOTE_USER authenticator for Jupyterhub.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%