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
John naJohn na 

Delegated single sign-on, what SFDC url should we use?

Dear Developers,

My company wants to use delegated authentication for SSO of our customers that log into our in-house web control panel. Our goal is that when our customer is logged into our site, they can click a support link and view a SFDC Service Cloud Community page for their account.

Our SFDC Service Cloud Community is published in our sandbox.

We have set-up an authentication service based on our WSDL, our organization’s single sign-on gateway URL, and enabled the “Is Single Sign-On Enabled” user permission for some of our single sign-on users. We have added SFDC IPs to our firewall so they can connect to our dev server with the auth service.

My question is what salesforce url should we POST to so this works?

Thank you!
Best Answer chosen by John na
John naJohn na
In case others have this question, it must be the community login url,  not https://login.salesforce.com.  The docs just say 'login url'.

All Answers

Ramu_SFDCRamu_SFDC
You might have to go through this documentation

https://org62.my.salesforce.com/help/pdfs/en/salesforce_single_sign_on.pdf
John naJohn na
In case others have this question, it must be the community login url,  not https://login.salesforce.com.  The docs just say 'login url'.
This was selected as the best answer
John naJohn na
One more thing, GET works too, not just POST.