Skip to main content

Invenio module module that provides SAML integration.

Project description

invenio-shibboleth

https://github.com/tu-graz-library/invenio-shibboleth/workflows/CI/badge.svg https://img.shields.io/coveralls/mb-wali/invenio-shibboleth.svg https://img.shields.io/github/tag/tu-graz-library/invenio-shibboleth.svg https://img.shields.io/pypi/dm/invenio-shibboleth.svg https://img.shields.io/github/license/tu-graz-library/invenio-shibboleth.svg https://img.shields.io/badge/code%20style-black-000000.svg

Invenio module that provides SAML integration.

These two modules has been merged into one:

Installation

First of all you need some packages, execute:

apt-get install libxml2-dev libxmlsec1-dev libxmlsec1-openssl

Install

pip install invenio-shibboleth

Configuration

from invenio_shibboleth.handlers import acs_handler_factory

SSO_SAML_IDPS = {
 "onelogin": {
             # settings_file_path can be either json or xml.
             "settings_file_path": "./saml/onelogin/onelogin.json",
             "sp_cert_file": "./saml/onelogin/cert/sp.crt",
             "sp_key_file": "./saml/onelogin/cert/sp.key",

     "settings": {
         "sp": {
             "NameIDFormat': "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified",
         },
         "security": {
             "authnRequestsSigned": False,
             "failOnAuthnContextMismatch": False,
             "logoutRequestSigned": False,
             "logoutResponseSigned": False,
             "metadataCacheDuration": None,
             "metadataValidUntil": None,
             "nameIdEncrypted": False,
             "requestedAuthnContext": False,
             "requestedAuthnContextComparison": "exact",
             "signMetadata": False,
             "signatureAlgorithm":
                 "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256",
             "wantAssertionsEncrypted": False,
             "wantAssertionsSigned": False,
             "wantAttributeStatement": False,
             "wantMessagesSigned": False,
             "wantNameId": True,
             "wantNameIdEncrypted": False,
             "digestAlgorithm":
                 "http://www.w3.org/2001/04/xmlenc#sha256"
         },
     },

       "mappings": {
         # invenio  #origin
         "email": "email",
         "name": "username",
         "surname": "full_name",
         "external_id": "external_id",
     },

     "acs_handler": acs_handler_factory("onelogin"),

       },

        }

Further documentation is available on https://invenio-shibboleth.readthedocs.io/

Changes

Version 0.1.0 (released TBD)

  • Initial public release.

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

invenio-shibboleth-1.0.4.tar.gz (35.1 kB view details)

Uploaded Source

Built Distribution

invenio_shibboleth-1.0.4-py2.py3-none-any.whl (26.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file invenio-shibboleth-1.0.4.tar.gz.

File metadata

  • Download URL: invenio-shibboleth-1.0.4.tar.gz
  • Upload date:
  • Size: 35.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for invenio-shibboleth-1.0.4.tar.gz
Algorithm Hash digest
SHA256 7eb7681ae735a965ddd239c12aa4d4cb554217a1606b211666bf1bcb07730af9
MD5 1c8a618a298f4bd0abdefcd580ac1beb
BLAKE2b-256 4fd4600bcf92bff38e9da109f803d1e79f7133cb3e75e5afc868b41a927ad2e8

See more details on using hashes here.

File details

Details for the file invenio_shibboleth-1.0.4-py2.py3-none-any.whl.

File metadata

  • Download URL: invenio_shibboleth-1.0.4-py2.py3-none-any.whl
  • Upload date:
  • Size: 26.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for invenio_shibboleth-1.0.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6026e1596b08a19d2ac4406f1dbec5b9b16d1d6448ba3921dc708b2e51871618
MD5 5ccf23c15dae9b776dfe6a628dec6e57
BLAKE2b-256 7b4726e985ad084fad040f002085f0d87aaa2970d664dd0e19f48e54378843dc

See more details on using hashes here.

Supported by

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