Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
3210cad
[Doc Feature][Update Bot/ME Project to use Certificate or MSI][3928131]
v-bvishnu Sep 12, 2024
d02d116
Update
v-bvishnu Sep 12, 2024
edde967
Update update-bot-me-project-to-use-certificate-or-msi-for-authentica…
v-bvishnu Sep 12, 2024
083d8d9
Update TOC.yml
v-bvishnu Sep 12, 2024
144bb78
Images added.
v-bvishnu Sep 12, 2024
914152c
Updated.
v-bvishnu Sep 12, 2024
1e5fc6d
Update.
v-bvishnu Sep 12, 2024
191fa95
Update update-bot-me-app-to-use-certificate-or-msi-for-authentication.md
v-bvishnu Sep 12, 2024
fd9542f
Update whats-new.md
v-bvishnu Sep 12, 2024
1c7b34a
Update update-bot-me-app-to-use-certificate-or-msi-for-authentication.md
v-bvishnu Sep 12, 2024
750eaec
Merge branch 'main' into update-bot/ME-project-to-use-certificate-or-MSI
v-deabira Sep 14, 2024
4b7ef3c
Update msteams-platform/toolkit/update-bot-me-app-to-use-certificate-…
v-preethah Sep 14, 2024
08ff12e
.
v-deabira Sep 14, 2024
1c4bb02
Merge branch 'update-bot/ME-project-to-use-certificate-or-MSI' of htt…
v-deabira Sep 14, 2024
5fd5d90
Merge branch 'main' into update-bot/ME-project-to-use-certificate-or-MSI
v-shalinir Sep 16, 2024
4f07e6c
Update update-bot-me-app-to-use-certificate-or-msi-for-authentication.md
v-shalinir Sep 16, 2024
b4421b9
Update update-bot-me-app-to-use-certificate-or-msi-for-authentication.md
v-shalinir Sep 16, 2024
f01c668
Update update-bot-me-app-to-use-certificate-or-msi-for-authentication.md
v-shalinir Sep 16, 2024
0c7302a
Update update-bot-me-app-to-use-certificate-or-msi-for-authentication.md
v-shalinir Sep 16, 2024
ee2fe4f
Merge branch 'main' into update-bot/ME-project-to-use-certificate-or-MSI
v-shalinir Sep 17, 2024
8615273
Merge branch 'main' into update-bot/ME-project-to-use-certificate-or-MSI
v-deabira Sep 17, 2024
ac24728
Merge branch 'update-bot/ME-project-to-use-certificate-or-MSI' of htt…
v-shalinir Sep 17, 2024
5101d2f
Update update-bot-me-app-to-use-certificate-or-msi-for-authentication.md
v-shalinir Sep 17, 2024
806c047
Merge branch 'main' into update-bot/ME-project-to-use-certificate-or-MSI
v-bvishnu Oct 21, 2024
c43f3a5
Updated
v-bvishnu Oct 21, 2024
f47464e
Update whats-new.md
v-bvishnu Oct 22, 2024
017ab2b
Updated.
v-bvishnu Oct 22, 2024
ca03a08
Updated.
v-bvishnu Oct 22, 2024
8f7e966
Merge branch 'main' into update-bot/ME-project-to-use-certificate-or-MSI
v-bvishnu Oct 24, 2024
9630e7b
Update certificates-secrets.png
v-bvishnu Oct 24, 2024
65b59f3
Update upload-certificate.png
v-bvishnu Oct 24, 2024
7bdfeaf
Merge branch 'main' into update-bot/ME-project-to-use-certificate-or-MSI
v-bvishnu Oct 25, 2024
ebaf318
Updated.
v-bvishnu Oct 25, 2024
ccda37e
Update whats-new.md
v-bvishnu Oct 25, 2024
0bd8a58
Update update-bot-me-app-to-use-certificate-or-msi-for-authentication.md
v-bvishnu Oct 27, 2024
9a0f48a
Update update-bot-me-app-to-use-certificate-or-msi-for-authentication.md
v-bvishnu Oct 27, 2024
d0edb4d
Update update-bot-me-app-to-use-certificate-or-msi-for-authentication.md
v-bvishnu Oct 27, 2024
729adbc
Updated.
v-bvishnu Oct 28, 2024
e329c53
Merge branch 'main' into update-bot/ME-project-to-use-certificate-or-MSI
v-bvishnu Oct 28, 2024
cc9e2c4
Merge branch 'main' into update-bot/ME-project-to-use-certificate-or-MSI
v-bvishnu Oct 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update update-bot-me-app-to-use-certificate-or-msi-for-authentication.md
  • Loading branch information
v-bvishnu committed Sep 12, 2024
commit 1c7b34af70e0c83a7546810d408ceb67f4a24151
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ ms.localizationpriority: high

# Update Bot or Message extension app to use Certificate or MSI for Authentication

Update your bot or message extension app to authenticate using a certificate or Managed Service Identity (MSI), instead of a bot ID and secret. This action resolves compliance concerns related to the use of Entra ID and a secret.
Update your bot or message extension app to authenticate using a certificate or Managed Service Identity (MSI), instead of a bot ID and secret. This action resolves compliance concerns related to the use of Microsoft Entra ID and a secret.

## Prerequisites

Ensure that you've a Teams bot app deployed to Azure with the following resources:

* An Azure bot.
* An Entra ID with a secret used for bot authentication.
* A resource that hosts your bot app such as, Azure App Service, Azure Functions, and so on.
* A resource that hosts your bot app, such as Azure App Service, Azure Functions, and so on.

## Update to Certificate based Authentication

Expand All @@ -37,7 +37,7 @@ Ensure that you've a Teams bot app deployed to Azure with the following resource

:::image type="content" source="../assets/images/teams-toolkit-v2/certificates-secrets.png" alt-text="Screenshot shows the certificates and secrets option.":::

The **Upload a certiificate** window appears.
The **Upload a certificate** window appears.

> [!NOTE]
> Upload a certiificate (public key) with one of the following file types: .cer, .pem, .crt
Expand Down Expand Up @@ -112,7 +112,7 @@ To create a new **Azure Bot** service with MSI type, follow these steps:

1. In the **Creation type**, select **Create new Microsoft App ID**.

:::image type="content" source="../assets/images/teams-toolkit-v2/microsoft-app-id.png" alt-text="Screenshot shows the microsoft app id option.":::
:::image type="content" source="../assets/images/teams-toolkit-v2/microsoft-app-id.png" alt-text="Screenshot shows the microsoft app ID option.":::

OR

Expand Down