Creating a New Authentication Provider
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
Field |
Description |
---|---|
Consumer Key |
Consumer key and consumer secret are Client ID and Client Secret generated while configuring Managing External Integrations and Conga API Connections 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 |
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 |
Configuring a New Authentication Provider
- Go to Setup > Open the Authentication Providers page by enter
Auth. Providers
in the Quick Find box and clicking Auth. Providers in the results. - Click New and select Open ID Connect from the Provider Type drop-down menu.
- Enter the admin setting name, APTS_RLPInstanceSettings which was created in the previous topic (Creating a New Admin Setting). For example, APTS_RLPInstanceSettings.
- The URL Suffix name is generated automatically based on the Auth. provders name.
- 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.
- Click Save.