Egnyte - update apiProperties.json (#3482)

* Update Egnyte Connector

* fixes

* Egnyte - updated apiProperties

* updated fields

---------

Co-authored-by: Bartek Mogielski <bmogielski@egnyte.com>
This commit is contained in:
rdziarnowski-egnyte 2024-05-15 14:31:41 +02:00 коммит произвёл GitHub
Родитель c03a398d86
Коммит 0f5a6af0fc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 7 добавлений и 9 удалений

Просмотреть файл

@ -7,20 +7,20 @@
"identityProvider": "oauth2",
"clientId": "<clientId>",
"scopes": [],
"redirectMode": "Global",
"redirectUrl": "https://global.consent.azure-apim.net/redirect",
"redirectMode": "GlobalPerConnector",
"redirectUrl": "https://global.consent.azure-apim.net/redirect/egnyte",
"properties": {
"IsFirstParty": "False",
"IsOnbehalfofLoginSupported": false
},
"customParameters": {
"authorizationUrl": {
"AuthorizationUrl": {
"value": "https://us-partner-integrations.egnyte.com/ms-flow/oauth/code"
},
"tokenUrl": {
"TokenUrl": {
"value": "https://us-partner-integrations.egnyte.com/ms-flow/oauth/token"
},
"refreshUrl": {
"RefreshUrl": {
"value": "https://us-partner-integrations.egnyte.com/ms-flow/oauth/code"
}
}
@ -28,10 +28,8 @@
}
},
"iconBrandColor": "#3DBAB4",
"capabilities": [
"gateway"
],
"capabilities": ["gateway"],
"stackOwner": "Egnyte",
"publisher": "Egnyte"
}
}
}