MicrosoftDocs / msteams-docs

Source for the Microsoft Teams developer platform documentation.
https://aka.ms/teamsdev
Creative Commons Attribution 4.0 International
283 stars 505 forks source link

Confusion about the Teams Bot SSO workflow. #9228

Open yuezk opened 1 year ago

yuezk commented 1 year ago

image

Hi, I have a few questions:

  1. I'm confused about step 4, which shows that the action starts from the Teams Client and ends at Azure AD. In contrast, the explanation shows that both the Bot Service and Bot Framework Token Service participate in the workflow. It looks doesn't match the diagram. image
  2. How does the Bot Service continue to process the initial request after authentication? I assume that the initial message should have been lost after the authentication. The diagram does not provide enough information about it.
  3. I'm really confused about the Bot Framework Token Service, it appears many times on the doc site. Is it an Azure AD resource I can create on the Azure AD portal or a service the Bot developer needs to implement?

Thanks.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

sayali-MSFT commented 1 year ago

@yuezk - Thanks for reporting your issue. We will check with the engineering team and let you know the update once we have any.

Please have look into this document for more information about Bot Framework Token Service https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-concept-authentication?view=azure-bot-service-4.0#about-the-bot-framework-token-service

ChetanSharma-msft commented 9 months ago

Hello, Sorry for delay in response. We are checking this with engineering team and update the documentation, if required.