Skip to content

Releases: SAML-Toolkits/java-saml

OneLogin's SAML Java Toolkit v2.0.1

20 Feb 08:30
Compare
Choose a tag to compare

Changelog:

  • Add fromProperties method to the SettingsBuilder class
  • Add support in HttpRequest for query string parsing.
  • Enable the security validation mode while processing signatures
  • #94 Use raw url parameters in redirect signature validation
  • Add UTF-8 encoding in Util base64 encode/decode. Adds UTF-8 encoding when converting bytes to string
  • Implement a more specific exception class for handling some validations. Improve Tests.
  • Add hooks to retrieve last-sent and last-received requests and responses
  • Be able to get at the auth object the last processed ID
  • #96Added a check if the JAXP implementation understands features in JAXP
  • Sync InResponse validation at LogoutResponse is_valid method.
  • Allow clock drift when validating NotBefore and NotOnOrAfter attributes

Deprecated:

  • HttpRequest constructors without queryString
  • Improves Readme

OneLogin's SAML Java Toolkit v2.0.0

24 Nov 20:12
Compare
Choose a tag to compare

This 2.0.0 version has a new library (new interesting functionality like sign, validate signature, encryption, decryption, security validations).

The 1.1.2 is consider deprecated. If you used it, we strongly recommend to migrate to that new version. We rebuilt the toolkit on 2.0.0 so code/settings that you had will not be compatible.

OneLogin's SAML Java Toolkit v1.1.2

18 Nov 11:58
Compare
Choose a tag to compare

Basic java-saml toolkit with some security improvements respect the 1.0.0 release