Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

download

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.
  1. Log in to your Salesforce org.
  2. Go to Setup. Enter Auth. Providers in the Quick Find box and select it.
  3. Enter the following information.

    Field

    Description

    Provider Type

    Select Open ID Connect from the drop-down list.

    Name

    Enter APTS_RLPInstanceSettings as the provider name.

    URL suffix

    Unique identifier used in the client configuration URLs. This is generated automatically based on the authentication provider name.

    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.

    Enter the connected environment's consumer key.

    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.

    Enter the connected environment's consumer secret.

    Authorize Endpoint URL

    Enter the region-specific Authorize Endpoint URL.

    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 connected environment's region-specific token URL.

    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

    User Info Endpoint URL

    Enter URL of the Conga Platform environment.

    Preview Environment:

    NA:https://rls-preview.congacloud.com

    EU:https://rls-preview.congacloud.eu

    AU: https://rls-preview.congacloud.au

    Production Environment:

    NA:https://rls.congacloud.com

    EU:https://rls.congacloud.eu

    AU: https://rls.congacloud.au

  4. Click Save.