Configure SSO from Salesforce to SugarCRM
When you set up your org as an identity provider and SugarCRM as a connected app, users can access SugarCRM using their Salesforce login credentials.
Required Editions
| Available in: Lightning Experience and Salesforce Classic |
| Available in: Enterprise, Performance, Unlimited, and Developer Editions |
SugarCRM supports the SAML protocol for both identity provider–initiated and service provider–initiated SSO. Follow these high-level steps to configure SSO for Salesforce to SugarCRM.
Set Up Your Salesforce Org as an Identity Provider
With the My Domain feature, your Salesforce org is enabled as an identity provider. My Domain is required for all orgs. If you don’t like your org’s My Domain name, you can change it.
The My Domain feature also creates a certificate and key pair. The certificate establishes trust between your Salesforce org and ADP. Optionally, you can use another self-signed certificate or import a CA-signed certificate.
To download the Salesforce self-signed certificate:
- From Setup, enter Identity Provider in the Quick Find box, and select Identity Provider.
- Click Download Certificate.
Configure SAML Settings in SugarCRM
- Log in to your SugarCRM account as an administrator.
- To open the SAML configuration page, under Admin, select Password Management.
- Select Enable SAML Authentication.
- For the Login URL, enter the HttpRedirect endpoint, for example,
https://MyDomainName.my.salesforce.com/idp/endpoint/HttpRedirect.

- For X509 Certificate, enter your Salesforce certificate content.
- Save the settings.
Create a Connected App in Salesforce
- In Salesforce, create a connected app.
- In Lightning Experience, from Setup, enter App in the Quick Find box, and select App Manager. Click New Connected App.
- In Salesforce Classic, from Setup, enter Apps in the Quick Find box, and select Apps. Under Connected Apps, click New.
- Configure the connected app Basic Information settings.
- Enter a name for the SugarCRM connected app. Salesforce uses this name to populate API Name.
- Enter your email address in case Salesforce must contact you or your support team.
- Optionally, upload or specify a logo and icon to represent your SugarCRM application
in the Salesforce App Launcher.

- Configure the connected app Web App Settings.
- Select Enable SAML.
- For Entity Id, enter php-saml.
- For ACS URL, enter https://yoursugarcrmdomain/index.php?module=Users&action=Authenticate. In this URL,yoursugarcrmdomain is the domain for SugarCRM.
- For Subject Type, select Federation ID. A federation ID is a unique value assigned to the user that lets you send authentication and authorization data between affiliated but unrelated web services.
- For Name ID Format, keep the default value.
- For Issuer, keep the default value, which is your My Domain login URL.
- For IdP Certificate, keep the default (Default IdP Certificate).

- Save the settings.
- Configure profiles and permission sets for the connected app.
- From Setup, enter Apps in the Quick Find box.
- If you’re using Lightning Experience, select Manage Connected Apps.
- If you’re using Salesforce Classic, under Manage Apps, select Connected Apps.
- Click the name of your connected app for SugarCRM. The connected app detail page appears.
- Click Manage Profiles or Manage Permission Sets, and add profiles or permission sets for users who can access this app.
- From Setup, enter Apps in the Quick Find box.
- In Salesforce, enter the Start URL for the connected app.
- On the connected app detail page, under SAML Login Information, copy the IdP-Initiated Login URL.
- On the connected app detail page, click Edit Policies.
- For Start URL, enter the IdP-Initiated Login URL, for example, https://MyDomainName.my.salesforce.com/idp/login?app=0spR000000000Dg.
- Save the settings.
Test the Connected App
- In Salesforce, from the App Launcher, find and open the SugarCRM
app. If you configured the SugarCRM logo and icon for the connected app, the App Launcher
displays them. If identity provider–initiated SSO is configured properly,
Salesforce creates an application session.

- To test service provider–initiated SSO, enter the URL to log in to your SugarCRM domain. If SSO is configured properly, you’re prompted to log in to your Salesforce org. After you log in successfully with your Salesforce credentials, Salesforce redirects you to your initial request URL. You’re logged in to your SugarCRM account.

