Salesforce has a feature that allows you to spend less time managing passwords. It helps your employees save time by allowing them to log in without manually doing so, and it also allows them to manage access to sensitive information from one place.
It’s called the Single Sign-On (SSO) feature in Salesforce. Let’s explore this subject in more detail in this article.
You’ve probably already used the Single Sign-On (SSO) feature without knowing its name. If you’ve used your Gmail to automatically sign in to multiple applications without inputting your password or username, then you’ve used an SSO!
SSO in Salesforce is an authentication mechanism configured to give users access to multiple applications with just one set of login credentials. It is like you can access multiple rooms with one type of key. One sign-in action grants you access to multiple applications, and you need not remember numerous usernames and passwords.
To enable the SSO, you need to go to the Single Sign-on Settings from the Set-Up navigation option.
Click the edit button and Enable SAML.
Next, create a new SAML Single Sign-On Setting by clicking the “New” button.
Since this setting will require an issuer, it is important that you know your service provider beforehand. For our guide, we will use https://axiomsso.herokuapp.com. This link will also be our URL.
Next, upload your Identity Provider Certificate. For our test, click SAML Identity Provider & Tester and download the certificate.
Then, you need to input your entity ID. The entity ID is simply the URL of your Salesforce Org. By the end of your configuration, your web page should look like this:
Next step is to generate a SAML response.
Next, you will be presented with a webpage like the one below, input the following details in them:
Test what you have done by clicking the “Request SAML Response” button. You should have something like this:
… and you are done!
Single Sign-On is one of Salesforce's easiest yet broadest topics. To excel, Salesforce Administrators should read widely and practice hands-on with multiple scenarios. Trailhead is the recommended resource for Salesforce Administrators willing to learn more about Single Sign-On.