A generic SAML strategy for OmniAuth.
https://github.com/PracticallyGreen/omniauth-saml
- add
idp_cert_fingerprint_validator
option
- provide SP metadata at
/auth/saml/metadata
- no longer set a default
name_identifier_format
- pass strategy options to the underlying ruby-saml library
- fallback to omniauth callback url if
assertion_consumer_service_url
is not set - add
idp_sso_target_url_runtime_params
option
- remove SAML code and port to ruby-saml gem
- fix incompatibility with OmniAuth 1.1
- validate the SAML response
- 100% test coverage
- now requires ruby 1.9.2+
- return first and last name in the info hash
- no longer use LDAP OIDs for name and email selection
- return SAML attributes as the omniauth raw_info hash
- initial release
- extracts commits from omniauth 0-3-stable branch
- port to omniauth 1.0 strategy format
- update README with more documentation and license
- package as the
omniauth-saml
gem