Skip to main content

Django app to embed Shibboleth Embedded Discovery Service into your Django project.

Project description

# django-shibboleth-eds
app to embed [shibboleth embedded discovery service (eds)][1] into a django project.

# install

1. Install the app (i.e. by using pip)
2. add it to `INSTALLED_APPS`:

```python
INSTALLED_APPS += (
'shibboleth_eds',
)
```

3. Add it to `urls.py`:

```python
urlpatterns += [
url(r'^ds/', include('shibboleth_eds.urls', namespace='shibboleth_eds')),
]
```

4. Run `manage.py collectstatic`.

# configure

Adjust the template `discovery.html` to fit into your project. Modify the settings found in `views.py` according to your needs.

[1]: http://shibboleth.net/products/embedded-discovery-service.html "Shibboleth Embedded Discovery Service"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-shibboleth-eds-0.7.tar.gz (19.3 kB view details)

Uploaded Source

File details

Details for the file django-shibboleth-eds-0.7.tar.gz.

File metadata

  • Download URL: django-shibboleth-eds-0.7.tar.gz
  • Upload date:
  • Size: 19.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.2

File hashes

Hashes for django-shibboleth-eds-0.7.tar.gz
Algorithm Hash digest
SHA256 01302d9383771415231d96c2b0515c3a56009437042798fa48bed92fb6c32275
MD5 f7dbbdc46fa319f50bd104bdd293bc69
BLAKE2b-256 ce3b96c79a8540ab4066e6b092d52ceb7b521b814e02dde705ed210ef668fe70

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page