Releases: apokalipto/devise_saml_authenticatable
Releases · apokalipto/devise_saml_authenticatable
1.4.1
Update ruby-saml to 1.7.0 version
It fixes vulnerability CVE-2017-11428. Process text of nodes properly, ignoring comments
Version 1.4.0
- Detect entity ID after sign out
- Closes #108
- Require older version of Rake for Ruby 1.9
- Explicitly pass settings to ruby-saml so it can decrypt assertions
1.3.2
-bug fixes
-rails 5.1 support
Fixes and Changes
1.3.1 bump version to 1.3.1
Version 1.3.0
- Allow coexistence with database_authenticatable strategy
- Allow multiple IdPs
Version 1.2.2
Version 1.2.1
Bump version 1.2.1
Version 1.2
- ruby-saml 1.0.0
- Adds support for encrypted assertions being set on the saml_config.
ruby-saml requires you to pass the saml_settings in at initialization
of the response object for this to work. - Fixes expected audience endpoint.
IdP initiated logout
This verssion supports the logout process iniciated by the IdP.
Version 1.0
Devise SAML Authentication strategy with SLO support.