function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rest API IntegrationRest API Integration 

SSO Implementation with OpenSSO(IDP)

Hi

I want to do SSO implementation with OpenSSO with SAML. I did setup as mentioned below site.

http://wiki.developerforce.com/page/Single_Sign-On_with_SAML_on_Force.com

In above site there are 2 scenario.

 1. Identity Provider Initiated Login

 2. Service Provider Initiated Login

 Above link works for first scenario if I want to go for 2 scenario what are the changes required for at salesforce and Opensso side.

 

My scenario like below

            webapplication                   OpanAM/ OpenSSO                      Salesforce

user---  login --> after authentication -------->click salesforce link---------->                                            salesforce create SAML request for OpenSSO for validate and response back SAML Assertion to salesforce.

 

to perform this I want to implement second scenario.