Admin Settings are system properties that have different values, and you can use them for different purposes. You must configure admin settings to meet the business objectives of your implementation along with Custom Settings.

Prerequisites

FieldDescription
SPAClientIdA single-page application ID. Enter the SPAClientId that you received from the Conga CloudOps team after onboarding your tenant.
OrganizationIdEnter Conga Organization ID that you captured after tenant onboarding. To view the organization ID, see the "To capture Conga Organization Display Name and Organization ID" section in Tenant Onboarding.
OrganizationFIdYour Conga organization's friendly ID. Friendly ID is formatted as <Conga org display name-org Id>. For more information, see the "To capture Conga Organization Display Name and Organization ID" section in Tenant Onboarding.
UserIdEnter the user ID that is created on the Conga Platform. To view the user ID on the Conga Platform, log in to Conga Platform as administrator, then go to Admin Console > Users > Click on the desired username. 
InstanceURL

Conga organization instance URL. Use any of the following URLs per your Conga instance:

UIInstanceURL

Conga Organization UI instance URL. Use any of the following URLs per your Conga instance:

UpsertQuotesEndpointURL

The  upsert quotes URL. 

LoginURL

Your Conga Platform login URL. 

Enter the following endpoints only when you use X-Author for Excel, Conga Sign, and Composer applications along with CPQ. These endpoints are specific to the connected environment. Reach out to the Conga CloudOps team for the endpoints.

XAEndpoint 

For production: https://xauthor-prod-rls10.congacloud.com

For preview environment: 

For staging environment: https://xauthor-stg.congacloud.io 

SignEndpoint

https://coreapps-rlspreview.congacloud.com

ComposerEndpoint

https://coreapps-rlspreview.congacloud.com

To configure the admin entry

  1. Click the App Launcher icon (), enter Admin, and select Admin. A list of admin settings is displayed.
  2. Click New.
  3. Enter the following details:

    Field

    Value

    NameAPTS_RLPInstanceSettings
    ValueLeave this field blank.
    Code

    Sample value:

    The values in the below code are specific to the connected environment.  In the below example, the values are based on the preview environment. 

    {
    "SPAClientId": "technicalpublicationteam-spa",
    "OrganizationId": "c7552ce4-a380-45b0-9c8a-022d2eafa7df",
    "OrganizationFId": "auert00000004wfoai-c7552ce4-a380-45b0-9c8a-022d2eafa7df",
    "UserId": "769d5e44-ef45-cb0d-dd3c-1f046feded1c",
    "InstanceURL": "https://preview-rls09.congacloud.com",
    "UIInstanceURL": "https://preview-rls09.congacloud.com/ecpqui",
    "UpsertQuotesEndpointURL": "https://preview-rls09.congacloud.com/api/quote/v1/quotes/upsert-quote",
    "LoginURL": "https://login-rlspreview.congacloud.com",
    "XAEndpoint": "https://xauthor-stg.congacloud.io",
    "SignEndpoint": "https://coreapps-rlspreview.congacloud.com",
    "ComposerEndpoint": "https://coreapps-rlspreview.congacloud.com"
    }
    CODE
  4. Click Save. Your new admin setting is saved and added.


Next Step: Create a new Auth. Provider