Update to Staging Urls During Microsoft Review (#1972)

* Added UiPath Orchestrator Connector

* Corrections to be inline with coding standards.

* Made strategy a hidden but required field.

* Update iconBrandColor & runtime Urls

* Update iconBrandColor & runtime Urls

* Reverted back to cloud urls

* Updated to staging urls for Microsoft review.
This commit is contained in:
TuckermanRav 2022-09-19 10:57:41 -04:00 коммит произвёл GitHub
Родитель 296250b574
Коммит c33b1c500d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 7 добавлений и 7 удалений

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

@ -12,7 +12,7 @@
"url": "https://www.uipath.com/support"
}
},
"host": "cloud.uipath.com",
"host": "staging.uipath.com",
"basePath": "/orchestrator_/",
"schemes":
[
@ -39,8 +39,8 @@
{
"type": "oauth2",
"flow": "accessCode",
"authorizationUrl": "https://cloud.uipath.com/identity_/connect/authorize",
"tokenUrl": "https://cloud.uipath.com/identity_/connect/token",
"authorizationUrl": "https://staging.uipath.com/identity_/connect/authorize",
"tokenUrl": "https://staging.uipath.com/identity_/connect/token",
"scopes":
{
"OR.Execution.Read OR.Folders.Read OR.Jobs.Write OR.Queues offline_access": "OR.Execution.Read OR.Folders.Read OR.Jobs.Write OR.Queues offline_access"

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

@ -29,15 +29,15 @@
{
"authorizationUrl":
{
"value": "https://cloud.uipath.com/identity_/connect/authorize"
"value": "https://staging.uipath.com/identity_/connect/authorize"
},
"tokenUrl":
{
"value": "https://cloud.uipath.com/identity_/connect/token"
"value": "https://staging.uipath.com/identity_/connect/token"
},
"refreshUrl":
{
"value": "https://cloud.uipath.com/identity_/connect/token"
"value": "https://staging.uipath.com/identity_/connect/token"
}
}
}
@ -82,7 +82,7 @@
"title": "Route to Tenant Address",
"parameters":
{
"x-ms-apimTemplateParameter.urlTemplate": "https://cloud.uipath.com/@connectionParameters('organizationName')/@connectionParameters('tenantName')"
"x-ms-apimTemplateParameter.urlTemplate": "https://staging.uipath.com/@connectionParameters('organizationName')/@connectionParameters('tenantName')"
}
}
],