Skip to content

hkjinlee/jupyterhub_crowd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JupyterHub Crowd Authenticator

Crowd authenticator for JupyterHub.

Installation

Install with pip:

pip install jupyterhub_crowd

Setup

In jupyterhub_config.py, add:

c.JupyterHub.authenticator_class = 'jupyterhub_crowd.Crowthenticator'
c.Crowthenticator.server_url = 'https://crowd.xxx.yyy/'
c.Crowthenticator.server_appname = 'foo'
c.Crowthenticator.server_password = 'bar'
c.Crowthenticator.username_from_email = True

About

Crowd authenticator for JupyterHub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages