zl4bv / CakePHP-simpleSAMLphp-Plugin

Adds support for SAML authentication to CakePHP 2.x.
12 stars 8 forks source link

Creation of a SamlFormAuthenticate (standalone) to authenticate both in Auth and SAML #3

Closed scith closed 10 years ago

scith commented 10 years ago

Here is my take on a single Auth custom component. This creates a standalone login/logout using both SimpleSamlPHP and FormAuthenticate. Example of usage (and potential improvements) in readme and comments. What do you think?

zl4bv commented 10 years ago

Looks good. Cheers!