-
Notifications
You must be signed in to change notification settings - Fork 4
/
sdk-config.json
38 lines (30 loc) · 2 KB
/
sdk-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"comment_sdk_config": "This is the configuration file for the React SDK Components",
"sdk_optional_configs_doc_comment": "See the document(link below) for more details on all the available config settings",
"sdk_optional_configs_doc": "https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/configuring-sdk-config-json.html",
"authConfig": {
"authService": "pega",
"mashupClient_comment": "Client ID and Client secret from the OAuth 2.0 Client Registration record used for mashup use case",
"mashupClient_comment2": "See SDK Guide for instructions on how to generate and obtain the proper values for the following entries",
"mashupClientId": "25795373220702300272",
"mashupUserIdentifier": "customer@mediaco",
"mashupClient_comment3": "Note: mashupPassword requires Base64 encoding",
"mashupPassword": "",
"portalClientId_comment": "Client ID from the OAuth 2.0 Client Registration record used for portal use case",
"portalClientId": "25795373220702300272"
},
"serverConfig": {
"infinityRestServerUrl_comment": "Full path to Infinity REST server",
"infinityRestServerUrl": "https://localhost:1080/prweb",
"appAlias_comment": "appAlias of the application which operators will be accessing (e.g., MediaCo)",
"appAlias": "",
"sdkContentServerUrl_comment": "If specified, the given URL will be used. If left blank, window.location.origin will be used.",
"sdkContentServerUrl": "",
"appPortal_comment": "If specified, the given appPortal will be loaded. If left blank, the operator's default Portal is used. Ignored for Embedded use",
"appPortal": "",
"appMashupCaseType_comment": "If specified, uses this case type for mashup. Otherwise, uses the first case type found for the app",
"appMashupCaseType": "",
"excludePortals_comment": "Array of specific portals to avoid attempting to load with SDK",
"excludePortals": ["pxExpress", "Developer", "pxPredictionStudio", "pxAdminStudio", "pyCaseWorker", "pyCaseManager7"]
}
}