simplesamlphp/saml2

Config getCertPath is not static anymore

marienpflaum opened this issue · 2 comments

Hi,

We are upgrading to simplesamlphp/simplesamlphp v2. It seems that the getCertPath method called here:

$ctxOpts['ssl']['local_cert'] = Config::getCertPath(

is not longer static, and the Config class should be intiantiated. Is the saml2 package compatibel with the new simplesamlphp/simplesamlphp version?

Kind regard!

Good catch! We obviously missed a spot there. Will fix!

Fixed in v4.6.7 - will be included in the next SSP v2.0.4 (release date TBD)