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.

To configure a new authentication provider

  1. Login to your Salesforce org.
  2. Go to Setup, in the Quick Find box, enter Auth. Providers and select it.
  3. Enter values for all of the following information.
    FieldDescription
    Provider TypeSelect Open ID Connect from the drop-down list.
    Name

    Enter APTS_RLPInstanceSettings as the provider name.

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

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

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

    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

    Specify the connected environment's token endpoint URL mentioned in the prerequisites.

    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.