Skip to content

Commit

Permalink
fix: Documentation - minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Jun 17, 2021
1 parent 481a73c commit 4ccb522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docs/contents/general_description.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ General Description

uniAuth, as a SAML2 IDP, is based on `pysaml2 <https://github.com/IdentityPython/pysaml2>`__ and it supports:

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


Expand All @@ -30,5 +30,4 @@ Implementation specific Features
- 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>`__;
- Multifactor support, as originally available in djangosaml2idp;
- Detailed logs.
1 change: 0 additions & 1 deletion docs/contents/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,5 @@ If you need more debug control with the same production configuration, using uws

::


/etc/init.d/unicalauth stop
uwsgi --ini /opt/unicalauth/uwsgi_setup/uwsgi.ini.debug

0 comments on commit 4ccb522

Please sign in to comment.