PowerPlatformConnectors/certified-connectors/Yeeflow/apiProperties.json

36 строки
1.0 KiB
JSON

{
"properties": {
"connectionParameters": {
"token": {
"type": "oauthSetting",
"oAuthSettings": {
"identityProvider": "oauth2",
"clientId": "[DUMMY_VALUE]",
"scopes": [
"openid basic_api offline_access"
],
"redirectMode": "Global",
"redirectUrl": "https://global.consent.azure-apim.net/redirect",
"properties": {
"IsFirstParty": "False"
},
"customParameters": {
"authorizationUrl": {
"value": "https://login.yeeflow.com/connect/authorize"
},
"tokenUrl": {
"value": "https://login.yeeflow.com/connect/token"
},
"refreshUrl": {
"value": "https://login.yeeflow.com/connect/token"
}
}
}
}
},
"iconBrandColor": "#1F36E6",
"capabilities": [],
"publisher": "Yeeflow Singapore PTE. LTD.",
"stackOwner": "Yeeflow Singapore PTE. LTD."
}
}