Skip to content

Releases: mainio/omniauth-suomifi

v0.6.3

06 Feb 15:44
Compare
Choose a tag to compare

Store the redirect URL for the authentication request within a session variable.

v0.6.2

23 Jan 08:44
Compare
Choose a tag to compare

Update the Suomi.fi test metadata URL.

v0.5.2

23 Jan 08:43
Compare
Choose a tag to compare

Update the Suomi.fi test metadata URL.

v0.6.1

27 Oct 07:33
Compare
Choose a tag to compare

Update the Suomi.fi production metadata URL.

v0.5.1

27 Oct 07:33
Compare
Choose a tag to compare

Update the Suomi.fi production metadata URL.

v0.6.0

08 Dec 21:36
Compare
Choose a tag to compare

Compatibility release for omniauth 2.x (through omniauth-saml 2.x).

This release requires sending the authentication requests as HTTP POST requests and requires to the request validation to be configured for OmniAuth (see OmniAuth release docs).

v0.5.0

12 Apr 13:27
Compare
Choose a tag to compare

Compatibility release for ruby-saml 1.12.x.

Added:

  • A remediation to bring back the idp_slo_target_url configuration in order to fix SLO requests when the idp_slo_response_service_url configuration is not defined by the IdP metadata.

Changed:

  • Configuration idp_sso_target_url_locale_params is now idp_sso_service_url_locale_params in order to be consistent with ruby-saml.
  • Configuration idp_sso_target_url_default_locale is now idp_sso_service_url_default_locale in order to be consistent with ruby-saml

v0.4.1

03 Feb 10:16
Compare
Choose a tag to compare

Changed:

  • Updated production environment to the new Suomi.fi metadata URL

v0.4.0

22 Oct 18:00
Compare
Choose a tag to compare

Changed:

  • Add support for AES GCM ciphers that are now required by Suomi.fi after its update.

v0.3.0

15 Oct 14:06
Compare
Choose a tag to compare

Changed:

  • Prevent passing external redirect URIs through the SAML RelayState parameter.