Commit Graph

4145 Commits

Author SHA1 Message Date
Mikaël Ates 277e231d76 SSL Support: Better session and login management 2010-06-02 17:17:00 +02:00
Frédéric Péters 7f72c06343 A little bit of i18n love for the OpenID part 2010-06-02 16:58:20 +02:00
Frédéric Péters c19ac6a593 Newline at end of file 2010-06-02 16:58:20 +02:00
mikael 9008debff8 SSL Support: Display on login page if activated. 2010-06-02 16:20:27 +02:00
Benjamin Dauvergne 43f6227b66 Update idp.saml urlpatterns to be more specific 2010-06-02 16:15:28 +02:00
Benjamin Dauvergne 5d056e29c0 Start of the ID-FFv1.2 IdP endpoints 2010-06-02 16:12:03 +02:00
Benjamin Dauvergne b7d967c8b5 Add ID-FFv1.2 methods for creating metadata files and Server objects 2010-06-02 16:12:03 +02:00
Benjamin Dauvergne b58e591aa2 Fix rename get_metadata -> get_saml2_metadata 2010-06-02 16:12:03 +02:00
Benjamin Dauvergne 3124382140 SAML Common: add ID-FF 1.2 bindings helper methods
* add get_idff12_query_request, get_idff12_post_request and
   get_idf12_request_message.
2010-06-02 16:12:03 +02:00
Benjamin Dauvergne 1853b8959a Add module to generate SAML 1.1 compatible metadata files 2010-06-02 16:12:03 +02:00
Benjamin Dauvergne d740136a46 SAML2 Utils: improve NamespacedTreeBuilder, factorize KeyInfo generation and int_to_b64
* new method to create a KeyInfo in a TreeBuilder: keyinfo
 * add method to generate simple content node:
   NamespacedTreeBuilder.simple_content
2010-06-02 16:12:03 +02:00
Jérôme Schneider 9403152ebf Add a generic post form for liberty 2010-06-02 16:02:57 +02:00
mikael ec67e96ee7 SSL Support: Error page not reachable. 2010-06-02 16:00:42 +02:00
Frédéric Péters d9c57e9ae2 Don't overwrite accounts/ url scheme with OpenID 2010-06-02 15:54:56 +02:00
Frédéric Péters 25c4b9c695 Remove trailing spaces 2010-06-02 15:18:22 +02:00
Frédéric Péters b97de939d5 Only add openid middleware/app if openid support is enabled 2010-06-02 15:17:16 +02:00
Frédéric Péters 3ce99d49a9 Remove reference to admin_log_view app 2010-06-02 15:14:33 +02:00
Benjamin Dauvergne 2a649a9425 Reput authentic.idp.saml instead of idp.liberty 2010-06-02 15:04:18 +02:00
mikael d7e54a3813 SSL Support: Title of error page corrected.
Committer: mikael <mates@entrouvert.com>
	modified:   sslauth/error.html
2010-06-02 15:01:47 +02:00
mikael a7878d6a4a SSL Support: Error page when authentication has failed.
Committer: mikael <mates@entrouvert.com>
	new file:   sslauth/error.html
	modified:   sslauth/login_ssl.py
2010-06-02 15:01:47 +02:00
mikael 9920fb35f8 SSL Support
Committer: mikael <mates@entrouvert.com>
	modified:   settings.py
	new file:   sslauth/README
	new file:   sslauth/__init__.py
	new file:   sslauth/authentic_ssl.vhost
	new file:   sslauth/backends.py
	new file:   sslauth/login_ssl.py
	new file:   sslauth/middleware.py
	new file:   sslauth/models.py
	new file:   sslauth/util.py
	modified:   templates/registration/login.html
	modified:   urls.py
2010-06-02 15:01:47 +02:00
BAUDINET Bertrand eab4725e6f Add template for django_authopenid 2010-06-02 14:57:51 +02:00
BAUDINET Bertrand c6f663c105 Correct the url for openid and the installed_apps 2010-06-02 14:57:17 +02:00
Frédéric Péters 5d90e20fb7 Fixed the possibility to run without OpenID enabled 2010-06-02 14:02:03 +02:00
Benjamin Dauvergne d244f380d9 Handle invalid msg in idp.saml.saml2_endpoints.sso 2010-06-02 13:39:25 +02:00
Benjamin Dauvergne 145a3da3dd Move saml2utils and x509utils to saml common module 2010-06-02 13:35:09 +02:00
Frédéric Péters baf5aaacd3 Put OpenID and SAML configuration option before the local_settings import 2010-06-02 13:28:43 +02:00
Benjamin Dauvergne 5a22691cf6 Add settings for disabled OpenID auth and SAML idps 2010-06-02 13:25:06 +02:00
Benjamin Dauvergne 201136a68a Change import name for SAML IdP in urls.py 2010-06-02 13:17:09 +02:00
Benjamin Dauvergne ce96786747 Fix import SAML idp 2010-06-02 12:11:40 +02:00
Jérôme Schneider d2ecc31fb1 Add dependencies in the README 2010-06-02 12:09:14 +02:00
Jérôme Schneider a5013a150c Stop blocking redirection when the debug toolbar is enable 2010-06-02 11:48:36 +02:00
Benjamin Dauvergne 8daaa0ebd8 Change name of SAML idp directory 2010-06-02 11:42:39 +02:00
Benjamin Dauvergne 5f4a5f4079 SAMLv2: in utils fix long lines, remove trailing blanks 2010-06-02 11:39:17 +02:00
Benjamin Dauvergne 09fc6620b6 Add SAMLv2 endpoints 2010-06-02 11:36:23 +02:00
Benjamin Dauvergne 78be2fbca8 Add SAML common module 2010-06-02 11:36:22 +02:00
Benjamin Dauvergne 0ba4e42cd5 SAMLv2: remove endpoints.py 2010-06-02 11:36:22 +02:00
Benjamin Dauvergne e48742c4b7 IdP: add an urls.py file for the idp application 2010-06-02 11:36:22 +02:00
Benjamin Dauvergne 0d587b59ce SAMLv2: add liberty models to the admin pages 2010-06-02 11:36:22 +02:00
Benjamin Dauvergne 83283f75a7 Add idp to mapped urls 2010-06-02 11:36:22 +02:00
Benjamin Dauvergne c068458f0d SAMLv2: in saml2utils fix generation of IDP role descriptor 2010-06-02 11:36:22 +02:00
Benjamin Dauvergne f22101f76d SAMLv2: validate metadata when adding a provider, extract the entityID 2010-06-02 11:36:22 +02:00
Benjamin Dauvergne eb89661569 Add util module to manipulate SAMLv2 metadata files 2010-06-02 11:36:22 +02:00
Benjamin Dauvergne 85983a705f Add util module to manipulate keys 2010-06-02 11:36:22 +02:00
Benjamin Dauvergne 24cc224877 Add endpoints for ID-FF 1.2 2010-06-02 11:36:22 +02:00
BAUDINET Bertrand f825662a6e Revert "Add the module django-authopenid and his template"
This reverts commit 942fc3154b.
And remove django_authopenid
2010-06-02 11:31:45 +02:00
BAUDINET Bertrand 5b4912b874 Add the url for use openid, and a link to login with openid 2010-06-02 11:17:18 +02:00
BAUDINET Bertrand 942fc3154b Add the module django-authopenid and his template 2010-06-02 11:16:17 +02:00
Frédéric Péters 2fe929bfa3 Merge input and textarea styles, force bg/fg colours 2010-06-01 17:18:30 +02:00
Frédéric Péters d8c64354fa Remove bullets from items in error lists 2010-06-01 17:16:51 +02:00