Metadata-Version: 2.1
Name: jhub-shibboleth-auth
Version: 1.2.0
Summary: Shibboleth authentication for JupyterHub.
Home-page: https://github.com/gesiscss/jhub_shibboleth_auth
License: MIT
Project-URL: Bug Reports, https://github.com/gesiscss/jhub_shibboleth_auth/issues
Project-URL: Source, https://github.com/gesiscss/jhub_shibboleth_auth
Keywords: sshibboleth auth nginx jupyterhub
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: jupyterhub (==0.9.1)

# jhub_shibboleth_auth
Shibboleth authentication for JupyterHub.

## Installation

```
pip install jhub_shibboleth_auth
```

## Sources

For more information on nginx and Shibboleth SP with FastCGI support, check:

- https://wiki.shibboleth.net/confluence/display/SHIB2/Integrating+Nginx+and+a+Shibboleth+SP+with+FastCGI
- https://github.com/nginx-shib/nginx-http-shibboleth
- https://github.com/nginx-shib/nginx-http-shibboleth/blob/master/CONFIG.rst
- https://www.tcg.stanford.edu/2017/09/using-shibboleth-with-nginx/

To run Shibboleth SP and nginx FastCGI in a docker container, check:

- https://github.com/gesiscss/jhub_shibboleth_auth/tree/master/docker/shibboleth
- https://github.com/gesiscss/jhub_shibboleth_auth/blob/master/docker/shibboleth/example-docker-compose.yaml

Shibboleth embedded discovery service: https://wiki.shibboleth.net/confluence/display/EDS10/1.+Overview


