Configuring a New Authentication Provider
The authentication provider allows 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 beneficial when you already have accounts with external identity providers, and you want to integrate with the existing authentication mechanisms.
Prerequisites
Field |
Description |
---|---|
Consumer Key |
Consumer key refers to the client ID created during the configuration of Conga API-to-API connection after your tenant is onboarded. For more information, see Managing API connections. |
Consumer Secret |
Consumer secret refers to the client secret created during the configuration of Conga API-to-API connection after your tenant is onboarded. For more information, see Managing API connections. |
Authorization Endpoint URL |
Enter the region-specific authorization endpoint URL. Example for production environment: NA: https://login-rls.congacloud.com/api/v1/auth/connect/auth EU: https://login-rls.congacloud.eu/api/v1/auth/connect/auth AU: https://login-rls.congacloud.au/api/v1/auth/connect/auth |
Token Endpoint URL |
Enter the region-specific token URL. Use any of the following URLs as per your Conga instance to access the OAuth2 token service. Example for production environment: NA: https://login-rls.congacloud.com/api/v1/auth/connect/token |