simplesamlphp / saml2

SimpleSAMLphp low-level SAML2 PHP library
https://www.simplesamlphp.org
GNU Lesser General Public License v2.1
284 stars 135 forks source link

Config getCertPath is not static anymore #332

Closed marienpflaum closed 1 year ago

marienpflaum commented 1 year ago

Hi,

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

https://github.com/simplesamlphp/saml2/blob/74acb4865ad5a08adf02dd965237e552f479a9bc/src/SAML2/SOAPClient.php#L73

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

Kind regard!

tvdijen commented 1 year ago

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

tvdijen commented 1 year ago

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