Configuring a New Authentication Provider
- Log in to your Salesforce org.
- Go to Setup. Enter Auth. Providers in the Quick Find box and select it.
- 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
- Click Save.
