chrodriguez / redmine_omniauth_saml

Plugins that adds SAML authentication support for "Redmine"
GNU General Public License v2.0
38 stars 57 forks source link

Support idp_cert in place of idp_cert_fingerprint #15

Closed cbeckr closed 8 years ago

cbeckr commented 8 years ago

OmniAuth SAML allows specifying :idp_cert, which takes precedence over :idp_cert_fingerprint. This is useful since some providers only supply the cert, so one can just copy it directly without having to derive the fingerprint.