SAML-Toolkits / java-saml

Java SAML toolkit
MIT License
634 stars 398 forks source link

No null X509 certificate in Saml2Setting #400

Open MoguraSan opened 1 year ago

MoguraSan commented 1 year ago

Saml2Sttings#checkIdpx509certRequired don't return false even when all IPD X509 certificates in idpx509certMulti are null, because the list contains a null value.

haavar commented 1 year ago

Can you add some tests?