SSO Integration with Salesforce

SSO Integration with Salesforce

by Pawan Mudgal -
Number of replies: 3

Hi

We want to implement Single Sign-On From Salesforce to Moodle, but not able to get any demo code or any sort of help regarding this.


To elaborate, we want to allow users to login into salesforce and then click on a link to move seamlessly to their moodle account to access training videos and other content without having to login into moodle separately.


Thanks

Average of ratings: -
In reply to Pawan Mudgal

Re: SSO Integration with Salesforce

by Stephan Tedesco -

Hi Pawan, 

Sorry for the late question, but have you achieved the SSO with Salesforce? I have to do it for my company and I am looking at least for guidelines. 

Regards, 

S.

In reply to Stephan Tedesco

Re: SSO Integration with Salesforce

by Olumuyiwa Taiwo -
Picture of Plugin developers

You'll probably need to write a custom auth plugin as a web services client. 

You could start by looking at the SOAP API Developers Guide at https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_calls_list.htm

Alternatively, if your Salesforce instance authenticates against a SAML IdP, it may be easier to install a SAML auth plugin (see https://moodle.org/plugins/search.php?s=saml&search=Search+plugins) on your Moodle instance and configure it to use the same IDP