Skip to content

Commit

Permalink
Remove the optional settings info from sdk-config.json (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: Vishal <[email protected]>
  • Loading branch information
vishalshrm539 and Vishal authored Jul 19, 2024
1 parent e7fe60d commit 63aa2aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sdk-config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"comment_sdk_config": "This is the configuration file for the Angular-SDK",
"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": {
"authConfig_comment": "Optional Full paths to Infinity server OAuth endpoints (Only needed if using custom OAuth service)",
"authConfig_comment2": "Optional attributes are: authorize, token, revoke, authService, silentTimeout, iframeLoginUI",
"authService": "pega",

"mashupClient_comment": "Client ID and Client secret from the OAuth 2.0 Client Registration record used for mashup use case",
Expand All @@ -15,6 +15,7 @@
"portalClientId_comment": "Client ID from the OAuth 2.0 Client Registration record used for portal use case",
"portalClientId": "69184022781147469983"
},

"serverConfig": {
"comment_serverConfig": "serverConfig is the block for SDK Content Server config entries",

Expand Down

0 comments on commit 63aa2aa

Please sign in to comment.