When I get SAML Assertion from Identity Server, DigestValue and SignatureValue are empty :\\
Assertion:
&
Problem was on Spring SAML extension side. Signature have been deleted from assertion in WebSSOProfileConsumerImpl in method processAuthenticationResponse, but when I set property releaseDOM to false it is working fine.
WebSSOProfileConsumerImpl
processAuthenticationResponse
releaseDOM
false