Releases: mainio/omniauth-suomifi
Releases · mainio/omniauth-suomifi
v0.6.3
Store the redirect URL for the authentication request within a session variable.
v0.6.2
Update the Suomi.fi test metadata URL.
v0.5.2
Update the Suomi.fi test metadata URL.
v0.6.1
Update the Suomi.fi production metadata URL.
v0.5.1
Update the Suomi.fi production metadata URL.
v0.6.0
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
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
Changed:
- Updated production environment to the new Suomi.fi metadata URL
v0.4.0
Changed:
- Add support for AES GCM ciphers that are now required by Suomi.fi after its update.
v0.3.0
Changed:
- Prevent passing external redirect URIs through the SAML RelayState parameter.