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 are Client ID and Client Secret generated while configuring Conga API-to-API connection after onboarding your tenant.

Consumer Secret
Authorization Endpoint URL

Enter the authorization endpoint URL. 

Enter the region-specific Authorize Endpoint URL:

For example:

Preview Environment:

NA: https://login-rlspreview.congacloud.com/api/v1/auth

EU: https://login-preview.congacloud.eu/api/v1/auth

AU: https://login-preview.congacloud.au/api/v1/auth

Production Environment: 

NA: https://login-rls.congacloud.com/api/v1/auth

EU: https://login.congacloud.eu/api/v1/auth

AU: https://login.congacloud.au/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.

Enter the region-specific token endpoint URL:

For example:

Preview Environment:

NA: https://login-rlspreview.congacloud.com/api/v1/auth/connect/token

EU: https://login-preview.congacloud.eu/api/v1/auth/connect/token

AU: https://login-preview.congacloud.au/api/v1/auth/connect/token

Production Environment: 

NA: https://login-rls.congacloud.com/api/v1/auth/connect/token

EU: https://login.congacloud.eu/api/v1/auth/connect/token

AU: https://login.congacloud.au/api/v1/auth/connect/token


To configure a new auth. provider

  1. Go to Setup > Open the Authentication Providers page by enter Auth. Providers in the Quick Find box and clicking Auth. Providers in the results.
  2. Click New and select Open ID Connect from the Provider Type drop-down menu.
  3. Enter the admin setting name, APTS_RLPInstanceSettings which was 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 Auth. provders name.
  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