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.

FieldDescription
SPAClientIdA single-page application ID. Enter the ClientId that you generated after configuring the UI To API configuration.
OrganizationIdEnter Conga Organization ID that you captured after tenant onboarding. To view the organization ID, see To capture Conga Organization Display Name and Organization ID.
OrganizationFIdYour Conga organization's friendly ID. Friendly ID is formatted as <Conga org display name-org Id>. 
UserIdEnter the user ID that is created on the Conga Platform. To view the user ID, see To capture user Id or 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 a new admin entry

  1. Click the App Launcher icon (), enter Admin, and select Admin.
  2. Click New.
  3. Enter the following details:

    Field

    Value

    NameAPTS_RLPInstanceSettings
    ValueLeave this field blank.
    Code

    Enter the code. Below is an example of a code whose values are specific to the connected/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