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

dss-slb
dss-slb Registered Posts: 7

Hi,

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

"params": [
{
"name": "cdf_credentials",
"label": "CDF credentials",
"type": "CREDENTIAL_REQUEST",
"credentialRequestSettings": {
"type": "OAUTH2",
"authorizationEndpoint": "",
"tokenEndpoint": "",
"scope": ""
}
},
Thanks
Setup Info
    Tags
      Help me…