Skip to content

OAuth Service provider in Bot Service Connection creation using bicep #2557

@LRaniArya

Description

@LRaniArya

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

No one assigned

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions