Skip to content

OneLogin's SAML PHP Toolkit v2.6.1

Compare
Choose a tag to compare
@pitbulk pitbulk released this 09 Sep 14:34
· 496 commits to master since this release

This 2.6.1 version:

  • Fix bug on cacheDuration of the Metadata XML generated.
  • Make SPNameQualifier optional on the generateNameId method. Avoid the use of SPNameQualifier when generating the NameID on the LogoutRequest builder.
  • Allows the authn comparsion attribute to be set via config.
  • Retrieve Session Timeout after processResponse with getSessionExpiration()
  • Improve readme readability
  • Allow single log out to work for applications not leveraging php session_start. Added a callback parameter in order to close the session at processSLO.