uniAuth 1.2.0
web application
Identity Provider per la gestione del SingleSignOn
Pubblicato da Università della Calabria
Contatto tecnico Giuseppe De Marco
Stato di sviluppo: stabile
Funzionalità del software
HTTP-REDIRECT and POST SAML2 bindings
ForceAuthn
SLO, SAML Single Logout
Signed and Encrypted assertions
AllowCreate, nameid is stored with a persistent nameid format
https://www.unical.it
Informazioni di dettaglio
uniAuth 1.2.0
web application
Ultimo rilascio 2020-01-13 (1.2.0)
Tipo di manutenzione internal
Stato publiccode.yml
Licenza Apache-2.0
Piattaforme
linux
web
Piattaforme abilitanti Nessuna
Conformità GDPR Misure Minime Sicurezza
Lista dipendenze
OSS
MariaDB
Python
Django
Lingue supportate
Italiano
Inglese
Descrizione estesa
uniAuth is a SAML2 IDP and is based on pysaml2. 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 needed on new matadata store or SP creation;
- 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;
- 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 https://github.com/peppelinux/pyMultiLDAP;
- Detailed logs.
Characteristics
uniAuth allows to configure metadata store and federate new Service Providers directly from the Admin backend interface, via Web. See Official Documentation at readthedocs for usage specifications and advanced topics.