diff --git a/msteams-platform/bots/design/bots.md b/msteams-platform/bots/design/bots.md index 43f4bb5c1dd..ae05c720cb7 100644 --- a/msteams-platform/bots/design/bots.md +++ b/msteams-platform/bots/design/bots.md @@ -9,7 +9,7 @@ ms.date: 01/23/2025 --- # Designing your Microsoft Teams bot -Bots are conversational apps that perform a specific set of tasks. Based on the Microsoft Bot Framework, bots communicate with users, respond to their questions, and proactively notify them about changes and other events. They're a great way to reach out. +Bots are conversational apps that perform a specific set of tasks. Based on the [Teams AI library](/microsoftteams/platform/teams-ai-library/), bots communicate with users, respond to their questions, and proactively notify them about changes and other events. They're a great way to reach out. > [!IMPORTANT] > Bots are available in [Government Community Cloud (GCC), GCC High, Department of Defense (DoD)](../../concepts/cloud-overview.md), and [Teams operated by 21Vianet](../../concepts/sovereign-cloud.md) environments. diff --git a/msteams-platform/bots/how-to/authentication/bot-sso-register-aad.md b/msteams-platform/bots/how-to/authentication/bot-sso-register-aad.md index bac5176e819..1b1b5469296 100644 --- a/msteams-platform/bots/how-to/authentication/bot-sso-register-aad.md +++ b/msteams-platform/bots/how-to/authentication/bot-sso-register-aad.md @@ -14,7 +14,7 @@ Microsoft Entra ID provides app users access to your bot or message extension ap ## SSO configuration in Microsoft Entra admin center -The bot and message extension apps use Bot Framework for communicating with app users and implementing authentication. +The bot and message extension apps use Teams AI library for communicating with app users and implementing authentication. To configure single sign-on (SSO) for your bot or message extension app, you'll need to: @@ -421,7 +421,7 @@ For a bot to support SSO, you must update its OAuth connection settings. This pr * Tenant ID * Scope and permissions -With the app (client) ID and client secret provided, the Bot Framework Token Store exchanges the token for a graph token with defined permissions. +With the app (client) ID and client secret provided, the Teams AI library Token Store exchanges the token for a graph token with defined permissions. ### To update OAuth connection diff --git a/msteams-platform/bots/how-to/teams-conversational-ai/assistants-api-quick-start.md b/msteams-platform/bots/how-to/teams-conversational-ai/assistants-api-quick-start.md index ce09ab78bea..97cd665b104 100644 --- a/msteams-platform/bots/how-to/teams-conversational-ai/assistants-api-quick-start.md +++ b/msteams-platform/bots/how-to/teams-conversational-ai/assistants-api-quick-start.md @@ -190,8 +190,6 @@ You can also use the following tools to run and set up a sample: 1. **Microsoft 365 Agents Toolkit CLI** (previously known as Teams Toolkit CLI): You can use Agents Toolkit CLI to create and manage Microsoft Teams apps from the command line. For more information, see [Agents Toolkit CLI set up instructions](https://github.com/microsoft/teams-ai/blob/main/getting-started/OTHER/TEAMS-TOOLKIT-CLI.md). -1. **Bot Framework Emulator**: The [Bot Framework Emulator](https://github.com/microsoft/BotFramework-Emulator) is a desktop application that allows you to test and debug your bot locally. You can connect to your bot by entering the bot’s endpoint URL and Microsoft app ID and password. You can then send messages to your bot and see its responses in real-time. For more information, see [Bot Framework Emulator set up instructions](https://github.com/microsoft/teams-ai/blob/main/getting-started/OTHER/BOTFRAMEWORK-EMULATOR.md). - 1. **Manual setup**: If you prefer to set up your resources manually, you can do so by following the instructions provided by the respective services. For more information, see [manual set up instructions](https://github.com/microsoft/teams-ai/blob/main/getting-started/OTHER/MANUAL-RESOURCE-SETUP.md). ## Next step diff --git a/msteams-platform/concepts/build-and-test/manage-your-apps-in-developer-portal.md b/msteams-platform/concepts/build-and-test/manage-your-apps-in-developer-portal.md index 75b165b4127..b37918da5f0 100644 --- a/msteams-platform/concepts/build-and-test/manage-your-apps-in-developer-portal.md +++ b/msteams-platform/concepts/build-and-test/manage-your-apps-in-developer-portal.md @@ -95,7 +95,7 @@ In the **Configure** section, you can see the following components to manage and * **Permissions**: This section allows you to give **Device permissions**, **Team Permissions**, **Chat/Meeting permissions**, and **User Permissions** for your app. > [!NOTE] > The maximum limit for RSC permissions is 16. -* **Single sign-on**: Bot registered on Microsoft Entra ID supports single sign-on (SSO). If a bot is registered on Bot Framework portal (or within the Developer Portal under **Bot management**), then a bot doesn't support SSO, and you have to register your bot on Microsoft Entra ID to support SSO. For a bot registered on Microsoft Entra ID, add the **Application ID URI**. To get **Application ID URI** from Microsoft Entra ID, see [how to use SSO authentication for bots](../../bots/how-to/authentication/auth-aad-sso-bots.md). +* **Single sign-on**: Bot registered on Microsoft Entra ID supports single sign-on (SSO). If a bot is registered on the Developer Portal under **Bot management**, then a bot doesn't support SSO, and you have to register your bot on Microsoft Entra ID to support SSO. For a bot registered on Microsoft Entra ID, add the **Application ID URI**. To get **Application ID URI** from Microsoft Entra ID, see [how to use SSO authentication for bots](../../bots/how-to/authentication/auth-aad-sso-bots.md). * **Languages**: This section allows you to set up or change the language of your app. * **Domain**: This section allows you to add the domains to load your apps in the Teams client, such as *.example.com. @@ -258,8 +258,6 @@ To add a bot: :::image type="content" source="../../assets/images/tdp/Add_new_bot.PNG" alt-text="Add a new bot by using bot management option." lightbox="../../assets/images/tdp/Add_new_bot.PNG"::: -From the Developer Portal, you can go to Bot Framework portal and configure your bot to update icon and other properties. - > [!NOTE] > Bot ID doesn't support environment variables.