Skip to content

Releases: omniauth/omniauth-saml

Version 1.7.0 with support for Single Log Out

16 Dec 06:51
@md5 md5
Compare
Choose a tag to compare

v1.7.0 (2016-10-19)

Features

  • Support for Single Logout (cd3fc43)
  • Add issuer information to the metadata endpoint, to allow IdPs to properly configure themselves. (7bbbb67)
  • Added the response object to the extra['response_object'], so we can use the raw response object if we want to. (76ed3d6)

Chores

  • Update ruby-saml to 1.4.0 to address security fixes. (638212)

Version 1.6.0 with updated `ruby-saml`

27 Jun 13:14
Compare
Choose a tag to compare

1.6.0 (2016-06-27)

  • Ensure that subclasses of OmniAuth::Stategies::SAML are registered with OmniAuth as strategies (#95)
  • Update ruby-saml to 1.3 to address CVE-2016-5697 (Signature wrapping attacks)

v1.5.0 with support for custom attributes

25 Feb 20:56
Compare
Choose a tag to compare

1.5.0 (2016-02-25)

  • Initialize OneLogin::RubySaml::Response instance with settings
  • Adding "settings" to Response Class at initialization to handle signing verification
  • Support custom attributes
  • change URL from PracticallyGreen to omniauth
  • Add specs for ACS fallback URL behavior
  • Call validation earlier to get real error instead of 'response missing name_id'
  • Avoid mutation of the options hash during requests and callbacks

Updated `ruby-saml` to 1.1.1

09 Feb 21:08
Compare
Choose a tag to compare

With this release ruby-saml was updated to 1.1.1, which most notably brings support for a SAMLResponse without a ds:x509certificate. It is now possible to define the certificate within the settings and use that certificate to validate the responses.

Configurable attribute_consuming_service

09 Aug 00:09
Compare
Choose a tag to compare
v1.4.1

Configurable attribute_consuming_service.

Now using ruby-saml 1.0.0

23 Jul 09:24
Compare
Choose a tag to compare
v1.4.0

Now using ruby-saml v1.0.0.

ruby-saml adaptations

11 Feb 13:59
Compare
Choose a tag to compare
Merge pull request #35 from tomhipkin/hotfix/ruby-saml-update

Bump ruby-saml to version 0.8.1