uniauth-saml2-idp 2.0.1

Creator: danarutscher

Last updated:

Add to Cart

Description:

uniauthsaml2idp 2.0.1

Django uniAuth





uniauth-saml2-idp is an SAML2 IDentity Provider built on top of Pysaml2 and Django.
It was born as a fork of djangosaml2idp project of which very little has by now remained.
Consult the Official Documentation at readthedocs for usage specifications and advanced topics.

SAML2 Features

HTTP-REDIRECT and POST bindings (signed authn request must be in HTTP-POST binding);
ForceAuthn;
SLO, SAML Single Logout;
Signed and Encrypted assertions;
AllowCreate, nameid is stored with a persistent nameid format.

Implementation specific Features

no restart is needed when add a new metadata or Service Provider Definition;
Full Internazionalization support (i18n);
Interactive Metadata Store definitions through the Admin Backend UI;
Interactive ServiceProvider definition through the Admin Backend UI;
Customizable Template and style based on AGID guidelines;
MetadataStore and SP validations on save, to prevent faulty configurations in production environment;
Configurable digest algorithm and salt for Computed NameID;
Many configurable options, for every SP we can decide:

enable/disable explicitally;
signature and digest algorithms;
attributes release (force a set or release what requested by sp);
attribute rewrite and creation, fully configurable AttributeProcessors per SP, every aspect of attribute release can be customized from scratch;
agreement screen message, availability, data consent form.


Configurable log rotation through uwsgi and python logging;
Importable StoredPersistentID for each user, from migrations from another IDP;
An optional LDAP web manager with a configurable app (ldap_peoples) through django-ldap-academia-ou-manager <https://github.com/peppelinux/django-ldap-academia-ou-manager>__;
Multiple LDAP sources through pyMultiLDAP;
Multifactor Authentication support, as originally available in djangosaml2idp;
aacli and mdquery management command (yes, inspired by Shibboleth IdP);
Detailed logs.

Examples
uniAuth permit to add new metadata and register new Service Providers directly from the Admin backend interface, via Web.
See Official Documentation at readthedocs for usage specifications and advanced topics.



Every Metadata store, during creation or update, will be validated to avoid faulty configurations in production environment.



Create a new SP. If SAML_DISALLOW_UNDEFINED_SP is True this configuration is mandatory, otherwise only the sp metadata is needed, the SP configuration will be created automatically using a default configuration.
Tests
pip install -r requirements-dev.txt
pytest tests/ -x --pdb

code coverage
coverage erase
coverage run -m pytest tests/
coverage report -m

A test LDAP server is available in tests/ldapd.py.
You can run it manually and test a query with ldapsearch.
Unit test will run ldapd.py automatically.
python3 tests/ldapd.py

ldapsearch -H ldap://localhost:3899 -b "dc=testunical,dc=it" -x uid=mario

# auth bind
ldapsearch -H ldap://localhost:3899 -b "dc=testunical,dc=it" uid=mario -D "uid=mario,ou=people,dc=testunical,dc=it" -w cimpa12

Contribute
Feel free to contribute creating separate PR from dedicated branches for each feature.
Please open an Issue if you want to talk before develop, to reduce the risk to be not merged for some reason.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.