Versatile identity management server
Go to file
Frédéric Péters e882fb1722 translation update 2020-05-07 21:18:23 +02:00
data [saml2] add a default certificate and aSAML_SIGNING_KEY setting 2010-12-14 16:39:25 +01:00
debian debian: converge packaging between authentic2 and -multitenant packages (#42305) 2020-05-04 12:54:46 +02:00
doc set upper bound on django-import-export dependency version (#36774) 2019-10-08 14:02:22 +02:00
source Initial packaging 2019-05-31 14:51:55 +02:00
src translation update 2020-05-07 21:18:23 +02:00
tests tests: GET the login page before POST, to prevent cookies message (#42280) 2020-05-07 18:37:30 +02:00
tests_rbac python3: use // to force integer result (#28276) 2020-03-03 22:34:17 +01:00
.coveragerc .coveragerc: fix omit paths 2015-09-22 11:17:25 +02:00
.gitignore update .gitignore 2020-03-13 19:04:55 +01:00
.gitmodules manager: add gadjo as a submodule (refs #5180) 2014-08-14 11:17:34 +02:00
AUTHORS.txt AUTHORS: update 2013-11-14 15:54:09 +01:00
COPYING remove authentic2_idp_openid (fixes #23515) 2018-07-01 13:51:44 +02:00
Jenkinsfile tox: add django 2.2 / DRF 3.4 / DRF 3.9 test venv (#41238) 2020-04-27 16:12:58 +02:00
MANIFEST.in MANIFEST.in: add missing authentic2_auth_saml template (#34426) 2019-06-28 11:26:39 +02:00
NEWS Prepare release 2.1.13 2015-03-23 17:25:46 +01:00
README remove authentic2_idp_openid (fixes #23515) 2018-07-01 13:51:44 +02:00
authentic2-ctl use a special logger to make DEBUG log activation dynamic (fixes #8028) 2015-08-06 09:49:04 +02:00
check-migrations.sh tox.ini: add a check-migrations.sh script to check migrations on each run (#42504) 2020-05-05 17:08:43 +02:00
getlasso.sh Added tox as a test-runner. 2014-12-11 14:33:49 +01:00
getlasso3.sh python3: add a getlasso3.sh script (#31161) 2019-03-20 17:57:47 +01:00
local_settings.py.example remove authentic2_idp_openid (fixes #23515) 2018-07-01 13:51:44 +02:00
merge-coverage.py python3: use __future__.print_function (#31140) 2019-03-07 13:55:29 +01:00
pylint.sh tox: add django 2.2 / DRF 3.4 / DRF 3.9 test venv (#41238) 2020-04-27 16:12:58 +02:00
setup.py setup.py: allow DRF 3.9 (#41238) 2020-04-27 16:12:55 +02:00
tox.ini tox.ini: ignore warning between Django 1.11 and Python 3.8 (#42504) 2020-05-05 17:08:43 +02:00
update-locales.sh add script to update locales 2019-06-22 17:19:09 +02:00

README

=======================================
Authentic 2 - Versatile Identity Server
=======================================

Authentic 2 is a versatile identity management server aiming to address a
broad range of needs, from simple to complex setups; it has support for many
protocols and can bridge between them.

Authentic 2 supports many protocols and standards, including SAML2, CAS,
LDAP, X509 and OAUTH2.

Authentic 2 is under the GNU AGPL version 3 licence.

It has support for SAMLv2 thanks to `Lasso <http://lasso.entrouvert.org>`_,
a free (GNU GPL) implementation of the Liberty Alliance and OASIS
specifications of SAML2.

Authentic 2 requires Python 2.7 and Django 1.7.

Full documentation available on http://authentic2.readthedocs.org/en/stable/.

Features
--------

* SAML 2.0 Identity and service provider
* Server CAS 1.0 and 2.0 using a plugin
* Standards authentication mechanisms:

    * Login/password through internal directory or LDAP
    * X509 certificate over SSL/TLS

* Protocol proxying
* Support of LDAP v2 and v3 directories
* Support of the PAM backend
* One-time password (OATH and Google-Authenticator) using a plugin
* Identity attribute management
* Plugin system


Installation
============

First of all, you can boot Authentic vwithout root
privileges  like this:

# Initialize a virtualenv::

    virtualenv authentic
    source ./authentic/bin/activate
    cd authentic

# Install Authentic::

    pip install

# Initialize the database migrations::

    authentic2-ctl syncdb --migrate

# Run the HTTP test server::

    authentic2-ctl runserver

Upgrade
=======
.. WARNING::
   Version 2.2.0 is the first version supporting only Django 1.7, if you are
   using a previous one you must first upgrade to 2.1.12 before tempting
   upgrade to a release later than 2.2.0.

Support
=======

Authentic's developpers and users hangs on the mailing list
authentic@listes.entrouvert.com
See archives or register at http://listes.entrouvert.com/info/authentic.

You can "open":http://dev.entrouvert.org/projects/authentic/issues/new bug
reports or feature request on this site.

Entr'ouvert also provides a commercial support. For information, see
http://www.entrouvert.com.


Copyright
=========

Authentic is copyrighted by Entr'ouvert and is licensed through the GNU Affero
General Public Licence, version 3 or later. A copy of the whole license text
is available in the COPYING file.