MicrosoftDocs / msteams-docs

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

Document the 3P IDP auth flow for bots #7985

Open aosolis opened 1 year ago

aosolis commented 1 year ago

We document the mechanics of the flow for tabs, but there is no similar explanation or diagram for bots.

The details page for bots doesn't describe the underlying protocol of invokes. Where do we describe the signin/verifyState invoke, and the special values for state that we send? For example CancelledByUser when the login popup is closed. If this isn't handled correctly the user will see an error banner on the card.


Document Details

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

ghost commented 1 year ago

Hi aosolis! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

sayali-MSFT commented 1 year ago

@aosolis - Thanks for reporting your issue. We will check it and update the document accordingly.

ChetanSharma-msft commented 10 months ago

Hello @aosolis - Sorry for delay in response. 3P IDP flow is documented here: Add third party IdP authentication to bot app

Please check and let us know if any other details to be added.

aosolis commented 7 months ago

The documentation is still missing the information that I asked for over a year ago.