Authentication providers allow you to configure external identity providers to authenticate users in your Salesforce org. This feature allows users to log in to Salesforce using their credentials from another trusted system, streamlining the login experience and improving security. This provider is particularly useful when users already have accounts with external identity providers, and you want to integrate with their existing authentication mechanisms. 

Prerequisites

FieldDescription
Consumer Key

Consumer key and consumer secret you received from the CloudOps team after onboarding your tenant (refer to the tenant onboarding topic).

Consumer Secret
Authorization Endpoint URL

Enter the authorization endpoint URL. 

For the preview environment: https://login-rlspreview.congacloud.com/api/v1/auth

Token Endpoint URL

Enter the token URL. Use any of the following URLs as per your Conga instance to access the OAuth2 token service.

To configure a Salesforce authentication provider

  1. Go to Setup. In the Quick Find box, Enter Auth. Providers and click Auth. Providers in the suggestions. The Authentication Providers page is displayed.
  2. Click New and select Open ID Connect from the Provider Type drop-down menu.
  3. Enter the name, which must be the same as the admin setting name created in the previous topic (Creating a New Admin Setting). For example, APTS_RLPInstanceSettings. 

  4. The URL Suffix name is generated automatically based on the name of the auth. provider.
  5. Enter the connected environment's consumer key and consumer secret, authorize endpoint URL, and token endpoint URL, as mentioned in the prerequisites. Leave the remaining fields as they are. 
  6. Click Save.


Next Step: Configuring Remote Site Settings