diff --git a/modules/auth_saml/app/models/saml/provider.rb b/modules/auth_saml/app/models/saml/provider.rb index 515c3a42d67c..341bc594342c 100644 --- a/modules/auth_saml/app/models/saml/provider.rb +++ b/modules/auth_saml/app/models/saml/provider.rb @@ -97,7 +97,7 @@ def loaded_idp_certificates end def idp_certificate_configured? - idp_cert.present? + idp_cert.present? || idp_cert_fingerprint.present? end def idp_certificate_valid?