Patch: Teams-Spirit replacing resource-id placeholder by value, as requested in certification (#2716)
* Added Teams-Spirit Connector Files for certification * Fixed default responses, secret look alikes and readme * Removed empty schemas * Added Placeholder for ResourceId to fix broken connector deployment * Changed Placeholder to correct value as requested in certification process
This commit is contained in:
Родитель
a83b7b253b
Коммит
972476e423
|
@ -13,7 +13,7 @@
|
|||
"redirectUrl": "https://global.consent.azure-apim.net/redirect",
|
||||
"properties": {
|
||||
"IsFirstParty": "False",
|
||||
"AzureActiveDirectoryResourceId": "{recourceId}",
|
||||
"AzureActiveDirectoryResourceId": "3a57026a-cf3f-4295-93f5-ca245af3d2df",
|
||||
"IsOnbehalfofLoginSupported": true
|
||||
},
|
||||
"customParameters": {
|
||||
|
@ -24,7 +24,7 @@
|
|||
"value": "common"
|
||||
},
|
||||
"resourceUri": {
|
||||
"value": "{recourceId}"
|
||||
"value": "3a57026a-cf3f-4295-93f5-ca245af3d2df"
|
||||
},
|
||||
"enableOnbehalfOfLogin": {
|
||||
"value": "false"
|
||||
|
|
Загрузка…
Ссылка в новой задаче