This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Benjamin Dauvergne aabce87d03 Catch the case when the received assertion has the username of an already existing account
Without this try/catch the user is gonna stay blocked with "Username
already exists" error message as long as the simpleSAMLPhp session does
not expire.
2010-11-11 21:52:16 +01:00
languages Initial import 2010-11-10 14:40:14 +01:00
views/default Initial import 2010-11-10 14:40:14 +01:00
README Initial import 2010-11-10 14:40:14 +01:00
manifest.xml Initial import 2010-11-10 14:40:14 +01:00
start.php Catch the case when the received assertion has the username of an already existing account 2010-11-11 21:52:16 +01:00

README

saml_auth plugin allows you to use SAML 2.0 protocol with Elgg.
This plugin uses SimpleSAMLphp to "samlize" Elgg.

= Installation on Debian =
-> Install the fllowing packages : apache2, php5, simplesamlphp, memcached and php5-memcache
-> Configure a SAML 2.0 SP in simpleSAMLphp (follow simpleSAMLphp documentation)
-> Configure simpleSAMLphp to use memcache
-> Install this plugin into Elgg