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
farooq ahmed 2farooq ahmed 2 

How to Integrate the Single sign on feature through public web site

Hi

I have a requirement to login in into salesforce through another web application

I have configure the single sign on feature in my organization, and configure the axiom Identity provider and i am able to login into to salesforce through the axiom heroku app.

but i want to login in through my web application by clicking on button how can i configure

Thanks in Advance
MD Farooq Ahmed
 
BDatlaBDatla
Hi Farooq,

You can finnd more information in the below article.
https://developer.salesforce.com/page/How_to_Implement_Single_Sign-On_with_Force.com

Regards,
BDatla
BDatlaBDatla
Hi Farooq,

I think you need to login using salesforce API,as you already setup single signon it should accept the same credentials that you tried to login to your website.If you are using Oauth then you need to provide the authentication key and secret key.

Regards,
BDatla