PowerPlatformConnectors/certified-connectors/Entersoft/apiProperties.json

39 строки
1.0 KiB
JSON

{
"properties": {
"connectionParameters": {
"token": {
"type": "oauthSetting",
"oAuthSettings": {
"identityProvider": "oauth2",
"clientId": "[[DummyValue]]",
"scopes": [
"esmspowerappsconnectorfree"
],
"redirectMode": "Global",
"redirectUrl": "https://global.consent.azure-apim.net/redirect",
"properties": {
"IsFirstParty": "False"
},
"customParameters": {
"authorizationUrl": {
"value": "https://api.entersoft.gr/Auth/Authorize"
},
"tokenUrl": {
"value": "https://api.entersoft.gr/Auth/Token"
},
"refreshUrl": {
"value": "https://api.entersoft.gr/Auth/Refresh"
}
}
}
}
},
"iconBrandColor": "#0E2E4E",
"capabilities": [
"actions",
"triggers"
],
"publisher": "Entersoft SA",
"stackOwner": "Entersoft SA"
}
}