I'm using Spring Security SAML 2.0 on Tomcat 7 on Windows platform for the SP. I authenticate against an IDP running on Unix.
The certificate part of the SAML request to the IDP is adding ^M characters at the end of each line. The Carriage Returns in our windows file shows as “^M” on Unix. I deleted the carriage returns character in the SP metadata xml, but we are still getting the ^M in Unix.
Thanks