Joomla 3.3 SAML Authentication plugin based on OneLogin PHP SAML Toolkit.
This plugin enables your Joomla users to log in through SAML.
joomlsa-saml version 1.6.0 updates php-saml library to 2.15.0 (it includes XEE attack prevention). Previous versions are vulnerable.
joomlsa-saml version 1.3.0 updates php-saml library to 2.10.0 (it includes SAML Signature Wrapping attack prevention and other security improvements). Previous versions are vulnerable.
Take a look on the php saml toolkit dependences: https://github.com/onelogin/php-saml#dependences
At the admin interface, click on Extensions > Extension Manager. Unlike previous versions there is now a single pkg_onelogin_php-saml_joomla.zip to upload and install.
At the admin interface, click on Extensions > Plugin Manager. Search "Onelogin". Enable both plugins by clicking on the applicable boxes. Click on the name of the user plugin. At the "Description" tab you will find info describing the rest of the tabs. Once the settings are set, turn enable the plugin.
The metadata of the Joomla SP will be available at
http://<path to joomla/plugins/user/oneloginsaml/oneloginsaml.php?metadata
The "SAML Login" link can be added in at least 2 different places:
<a href="http://<path to joomla>/plugins/user/oneloginsaml/oneloginsaml.php?sso">SAML Login</a>
<a href="http://<path to joomla>/plugins/user/oneloginsaml/oneloginsaml.php?sso" style="padding-left:20px;">SAML Login</a>
When SAML enabled, you can always continue login through other login backends. Maybe we will disable the local login in future but will provide a way to rescue the system in case that something go wrong with SAML.