Skip to content

Releases: SAML-Toolkits/php-saml

3.5.0

03 Dec 20:15
Compare
Choose a tag to compare
  • #412 Empty instead of unset the $_SESSION variable
  • #433 Fix Incorrect Destination in LogoutResponse when using responseUrl #443
  • Update xmlseclibs to 3.1.1
  • Add support for SMARTCARD_PKI and RSA_TOKEN Auth Contexts
  • Get lib path dinamically
  • Check for x509Cert of the IdP when loading settings, even if the security index was not provided
  • Support Statements with Attribute elements with the same name enabling the allowRepeatAttributeName setting

OneLogin's SAML PHP Toolkit v2.19.0

26 Nov 18:49
Compare
Choose a tag to compare
  • #412 Empty instead of unset the $_SESSION variable
  • #433 Fix Incorrect Destination in LogoutResponse when using responseUrl #443
  • Add support for SMARTCARD_PKI and RSA_TOKEN Auth Contexts
  • Support Statements with Attribute elements with the same name enabling the allowRepeatAttributeName setting
  • Get lib path dynamically
  • Check for x509Cert of the IdP when loading settings, even if the security index was not provided

OneLogin's SAML PHP Toolkit v3.4.1

25 Nov 17:34
Compare
Choose a tag to compare
  • Add setSchemasPath to Auth class and fix backward compatibility

OneLogin's SAML PHP Toolkit v2.18.1

25 Nov 17:32
Compare
Choose a tag to compare
  • Add setSchemasPath to Auth class and fix backward compatibility

OneLogin's SAML PHP Toolkit v3.4.0

19 Nov 16:07
Compare
Choose a tag to compare
  • Support rejecting unsolicited SAMLResponses.
  • Support stric destination matching.
  • Reject SAMLResponse if requestID was provided to the validotr but the InResponseTo attributeof the SAMLResponse is missing
  • Check destination against the getSelfURLNoQuery as well on LogoutRequest and LogoutResponse as we do on Response
  • Improve getSelfRoutedURLNoQuery method
  • Only add responseUrl to the settings if ResponseLocation present in the IdPMetadataParser
  • Remove use of $_GET on static method validateBinarySign
  • Fix error message when Assertion and NameId are both encrypted (not supported)

OneLogin's SAML PHP Toolkit v2.18.0

19 Nov 16:04
Compare
Choose a tag to compare
  • Support rejecting unsolicited SAMLResponses.
  • Support stric destination matching.
  • Reject SAMLResponse if requestID was provided to the validotr but the InResponseTo attributeof the SAMLResponse is missing
  • Check destination against the getSelfURLNoQuery as well on LogoutRequest and LogoutResponse as we do on Response
  • Improve getSelfRoutedURLNoQuery method
  • Only add responseUrl to the settings if ResponseLocation present in the IdPMetadataParser
  • Remove use of $_GET on static method validateBinarySign
  • Fix error message when Assertion and NameId are both encrypted (not supported)

OneLogin's SAML PHP Toolkit v3.3.1

06 Nov 17:00
Compare
Choose a tag to compare
  • Update xmlseclibs to 3.0.4 (CVE-2019-3465)
  • Remove Comparison atribute from RequestedAuthnContext when setting has empty value

OneLogin's SAML PHP Toolkit v2.17.1

06 Nov 16:35
Compare
Choose a tag to compare
  • Update xmlseclibs to 3.0.4 (CVE-2019-3465)
  • Remove Comparison atribute from RequestedAuthnContext when setting has empty value

OneLogin's SAML PHP Toolkit v3.3.0

11 Sep 13:58
Compare
Choose a tag to compare
  • Set true as the default value for strict setting
  • Relax comparison of false on SignMetadata
  • Fix CI

OneLogin's SAML PHP Toolkit v2.17.0

11 Sep 13:57
Compare
Choose a tag to compare
  • Set true as the default value for strict setting
  • Support 'x509cert' and 'privateKey' on signMetadata security settings
  • Relax comparison of false on SignMetadata
  • Fix CI