I am Validating SAML Assertion from SalesForce validator. All my Results are OK. I am getting warning at point 12 as in figure.

enter image description here

How can I validate it?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

You will need to create a proper XML digital signature on your SAML object. Please see: https://wiki.shibboleth.net/confluence/display/OpenSAML/OSTwoUserManJavaDSIG

link|improve this answer
You are right. Tell me 1) what data I need in order to create proper XML digital signature. 2)Can I create proper XML digital signature without code using hard coded values and validate it at SalesForce validator? – imran tariq May 14 '11 at 13:27
You need a certificate and private signing key. You should create these on your side, not from SFDC itself. Hardcoded values is difficult. A signature proves integrity & authenticity so must be calculated based on the data you are signing. Without signatures, SAML has very little security - so it is vital it is done properly. – Scott T. May 15 '11 at 6:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.