zl4bv / CakePHP-simpleSAMLphp-Plugin

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

SamlFormAuthenticate doesn't load settings #5

Closed saulojg closed 9 years ago

saulojg commented 10 years ago

SamlFormAuthenticate isn't properly loading settings such as userModel

Apparently, SamlFormAuthenticate->_construct lacks a call to parent::__construct($collection, $settings);

zl4bv commented 10 years ago

I will look into fixing this within the next week. However, if you've already fixed this in your code then I encourage you to submit a pull request.