File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/saml Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -252,8 +252,8 @@ private ElasticsearchSecurityException samlSignatureException(
252252 ) {
253253 final String issuerValue = issuer != null ? issuer .getValue () : "" ;
254254 logger .warn (
255- "The XML Signature of this SAML message cannot be validated. Please verify that the saml realm uses the correct SAML " +
256- "metadata file/URL for this Identity Provider {}" ,
255+ "The XML Signature of this SAML message cannot be validated. Please verify that the saml realm uses the correct SAML "
256+ + "metadata file/URL for this Identity Provider {}" ,
257257 issuerValue
258258 );
259259 final String msg = "SAML Signature [{}] could not be validated against [{}]" ;
You can’t perform that action at this time.
0 commit comments