I am working on idp-initiated authentication to salesforce.com. The generated SAML token is successfully validated from salesforce SAML validation page but when I redirect to salesforce from my idp it redirect me to login page of salesforce instead of log me in to salesforce app page.

My salesforce have current settings are shown in the image.

enter image description here

I am posting following parameters

name="SAMLRequest" value = saml token generated. and name="RelayState" value = relaystate

to https://login.salesforce.com/

What is the problem. Why I am being redirected to login page of salesforce. Is there any problem with parameters I am posting alongwith form e.g(parameter name or value incorrect)?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Everything in the setting is fine. just post this token to sales force ligin URL which they give after SSO settings in a parameter with name="samlresponse" instead of SAMLRequest

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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