Versatile identity management server
Go to file
Benjamin Dauvergne d46a4c1791 bump release to 2.1.10 2014-12-03 18:17:00 +01:00
authentic2 bump release to 2.1.10 2014-12-03 18:17:00 +01:00
data [saml2] add a default certificate and aSAML_SIGNING_KEY setting 2010-12-14 16:39:25 +01:00
doc documentation: remove old documentation files (refs #5455) 2014-12-03 17:24:39 +01:00
samples/authentic2-plugin-template Use new setting_enabled and required decorators in plugin sample 2014-09-10 18:09:06 +02:00
tests/integration/saml2 [nosetests] Fix password in test_00 file. 2010-10-18 19:30:21 +02:00
.gitignore Gitignore egg-info and compiled i18n 2014-11-05 00:58:25 +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 auth2_oath: comletely remove this module, as it does not depend entirely on Entr'ouvert copyright 2013-10-02 18:04:39 +02:00
MANIFEST.in Distribute the plugin example 2014-11-06 10:59:16 +01:00
NEWS bump release to 2.1.10 2014-12-03 18:17:00 +01:00
README.rst documentation: update README (#5455). 2014-12-03 17:24:39 +01:00
authentic2-ctl authentic2-ctl: do not set DEBUG=1 in the environment 2014-04-03 16:14:46 +02:00
diagnose.py Add a script which tell version of library dependencies 2011-02-10 22:57:32 +01:00
ez_setup.py Distributable package of Authentic2 manage with Setuptools. 2012-05-11 14:30:13 +02:00
jenkins.sh jenkins.sh: restrict pylint to version 1.1.0 which raised less warnings 2014-05-19 11:51:36 +02:00
load-base-data.sh make scripts cwd blind 2013-07-15 22:38:08 +02:00
local_settings.py.example add a local_settings.py.example 2013-04-23 15:02:07 +02:00
requirements.txt Use python-six when testing string types, start aiming for Python 3 compat 2014-12-03 18:10:51 +01:00
run.sh run.sh: do not make DEBUG=1 a default 2014-07-07 17:19:21 +02:00
setup.py Use python-six when testing string types, start aiming for Python 3 compat 2014-12-03 18:10:51 +01:00
start.sh jenkins.sh: upgrade setuptools first, allow external and unverified sources for django-admin-tools 2014-01-08 01:25:45 +01:00

README.rst

=======================================
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,
OpenID, 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 et Django 1.5.

Full documentation available on http://packages.python.org/authentic2.

Features
--------

* SAML 2.0 Identity and service provider
* OpenID 1.0 and 2.0 identity 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, for instance between OpenID and SAML
* 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 authentic2

# Initialize the database migrations::

    authentic2-ctl syncdb --migrate

# Run the HTTP test server::

    authentic2-ctl runserver


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.

The OpenID IdP originates in the project django_openid_provider by Roman
Barczy¿ski, which is under the Apache 2.0 licence. This imply that you must
distribute authentic2 under the AGPL3 licence when distributing this part of
the project which is the only AGPL licence version compatible with the
Apache 2.0 licence.