Skip to content

EdinburghCityScope/jhub_remote_user_authenticator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyterhub REMOTE_USER Authenticator

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

Installation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%