How to set the values of a CREDENTIAL_REQUEST preset of a plugin

dss-slb
Level 1
How to set the values of a CREDENTIAL_REQUEST preset of a plugin

Hi,

  I need to set the credentialRequestSettings values (type, authorizationEndpoint, tokenEndpoint and scope) of CREDENTIAL_REQUEST  preset:

    "params": [
        {
            "name": "cdf_credentials",
            "label": "CDF credentials",
            "type": "CREDENTIAL_REQUEST",
            "credentialRequestSettings": {
                "type": "OAUTH2",
                "authorizationEndpoint": "",
                "tokenEndpoint": "",
                "scope": ""
            }
        },
 
  Thanks
0 Kudos
0 Replies