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
sunay_psunay_p 

Single Sign on Implementation with Web Application

Hi All,

 

I am trying to have the single sign on implemented for my salesforce instance with a web application. So basically sales force will be the service provider and web application will be the identity provider.

 

I would need some help on the steps involved to achieve this single sign on and wat are the prerequisites to get it started.


Basically the scenario is like this, when I log in to my web application, i should use the same login credentials to see sales force instance without entering the credentials again for sales force.

 

Also I would like to which way of Single Sign on should I use? is it SAML, Delegated Authentication or Authentication providers.

 

Kindly help me achieving this ASAP.