-
Notifications
You must be signed in to change notification settings - Fork 32
Description
I am trying to create bot service using the bicep template and we want to use "AAD v2 with Federated Credentials" as service Provider while adding Oauth. In bicep we need to specify ServiceProviderId and ServiceProviderDisplayName but I could not fine these for the above-mentioned Service provider. Below is the link I am referring to: https://learn.microsoft.com/en-us/azure/templates/microsoft.botservice/botservices/connections?pivots=deployment-language-arm-template&source=docs
{
"type": "Microsoft.BotService/botServices/connections",
"apiVersion": "2023-09-15-preview",
"name": "string",
"etag": "string",
"kind": "string",
"location": "string",
"properties": {
"clientId": "string",
"clientSecret": "string",
"id": "string",
"name": "string",
"parameters": [
{
"key": "string",
"value": "string"
}
],
"provisioningState": "string",
"scopes": "string",
"serviceProviderDisplayName": "string",
"serviceProviderId": "string"
},
"sku": {
"name": "string"
},
"tags": {
"{customized property}": "string"
}
}
Metadata
Metadata
Assignees
Labels
Type
Projects
Status