Configure SSO from Salesforce to SpringCM
Let your users log in to SpringCM using single sign-on (SSO) from your Salesforce org configured as an identity provider.
Required Editions
| Available in: Lightning Experience and Salesforce Classic |
| Available in: Enterprise, Performance, Unlimited, and Developer Editions |
When you set up SpringCM as a service provider and create a connected app in Salesforce, users can access SpringCM using their Salesforce login credentials. SpringCM supports the SAML protocol for both identity provider–initiated and service provider–initiated SSO.
To configure SSO for Salesforce to SpringCM, follow these high-level steps.
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 SpringCM
- Log in to your SpringCM account as a SAML-enabled administrator.
- To upload your Salesforce identity provider certificate, click Upload.
- Under Preferences, Account Preferences, and SAML SSO, click Identity Provider Configuration.
- Select the Salesforce certificate that you uploaded.
- For Issuer, enter the SAML IdP issuer using the format https://MyDomainName.my.salesforce.com. For example, https://identitydemo.my.salesforce.com.
- For Service Provider (SP) Initiated Endpoint, enter https://MyDomainName.my.salesforce.com/idp/endoint/HttpPost.
- Under SAML Enabled, select Enable.
- 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 SpringCM connected app. Salesforce uses this name to populate the API name.
- Enter your email address in case Salesforce needs to contact you or your support team.
- Optionally, upload or specify a logo and icon to represent your SpringCM application in the Salesforce App Launcher.

- Configure the connected app Web App Settings.
- Select Enable SAML.
- For Entity Id, enter https://www.springcm.com/atlas/sso/Prod.
- For ACS URL, enter https://www.springcm.com/atlas/sso/SSOEndpoint.ashx.
- For Subject Type, select the method attribute by which a username in SpringCM maps to a unique Salesforce user identity. For example, select Username.
- 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 SpringCM. The connected app detail page appears.
- Click Manage Profiles or Manage Permission Sets, and add profiles or permission sets for the users who can access this app.
- From Setup, enter Apps in the Quick Find box.
- 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, paste the IdP-initiated login URL.
- Save the settings.
Test the SSO Configuration
- In Salesforce, from the App Launcher, find and open the SpringCM
app. If you configured the SpringCM 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, append your account ID to the ACS URL in a browser. For example, https://www.springcm.com/atlas/sso/SSOEndpoint.ashx?aid=12062. If SSO is configured properly, you’re prompted to log in to your Salesforce org. After you enter your credentials successfully, you’re logged in to your SpringCM account.

