I am doing integration of SalesForce and OpenSSO with SAML. I have implemented steps mentioned on site
There are two important use cases for SAML
- Identity Provider Initiated Login, where a user starts directly at their identity provider, logs in, and is then redirected to a landing page at the service provider; ----This case working fine
- Service Provider Initiated Login, where a user starts by clicking a link to the the service provider (e.g. a bookmark, mailed link, etc.) and temporarily redirected to the identity provider for authentication, then returned to the link they initially requested.
I am trying to implement 2nd Scenario :I am performing following steps
- created my domain in SalesForce and deployed for Users
- Added Identity Provider in Single Sign-On Settings
- When I access My Domain URL. It redirect me to Identity provider login page.
- After login to IDP it won’t redirect back to SalesForce page. It shows IDP success page.
How should I redirect back to SalesForce success page?