You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial single tenant support
* add UTs
* Bump version
* Add debug logs and multi-tenant note in docs
* Add graph_only mode to reset_auth for token expiry errors
* fix reset_auth_command description
* More doc fixes to reset_auth
* Update Packs/MicrosoftTeams/Integrations/MicrosoftTeams/README.md
Co-authored-by: Richard Bluestone <[email protected]>
* Add debug log for tenant ID being saved
---------
Co-authored-by: Richard Bluestone <[email protected]>
Copy file name to clipboardExpand all lines: Packs/MicrosoftTeams/Integrations/MicrosoftTeams/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,10 @@ Creating the Demisto Bot using Microsoft Azure Portal:
45
45
1. Navigate to the [Create an Azure Bot page](https://portal.azure.com/#create/Microsoft.AzureBot).
46
46
2. In the Bot Handle field, type **Demisto Bot**.
47
47
3. Fill in the required Subscription and Resource Group, relevant links: [Subscription](https://learn.microsoft.com/en-us/azure/cost-management-billing/manage/create-subscription), [Resource Groups](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/manage-resource-groups-portal).
48
-
4. For Type of App, select **Multi Tenant**.
48
+
4. For Type of App, select **Single Tenant**.
49
+
-**Note ⚠️:** The **Multi Tenant** App type was deprecated by Microsoft.
50
+
Existing apps remain functional and do no require any changes.
51
+
You can change existing apps to a Single Tenant in the Azure portal's bot configuration, but it is not required.
49
52
5. For Creation type, select **Create new Microsoft App ID** for Creation Type if you don't already have an app registration, otherwise, select **Use existing app registration**, and fill in you App ID.
50
53
-**Note ⚠️:** if you choose **Use existing app registration**, make sure to delete the previous created bot with the same app id, remove it from the team it was added to as well.
51
54
6. Click **Review + Create**, and wait for the validation to pass.
0 commit comments