microsoft / botframework-sdk

Bot Framework provides the most comprehensive experience for building conversation applications.
MIT License
7.47k stars 2.44k forks source link

Auth flow support for adaptive cards (1.4) commands #6255

Open kaerm opened 3 years ago

kaerm commented 3 years ago

Add support for auth flow for the new Adaptive Cards components

OBI spec is here: microsoft/botframework-obi#128

Hacked up webchat that can do AC 1.4 cards: https://github.com/clearab/CateringDemo

Tracking status

.NET Issue

JS Issue

Java Issue

Python Issue

Docs

Stevenic commented 3 years ago

I read through the auth portion of the spec and for composer I think we just need to update the AdaptiveCards package with a new action that calls the token service to see if there's a logged in user and grab the token.  This should only take a day if I can figure out how to test it.

clearab commented 3 years ago

This needs to be supported in the ActivityHandler side of the SDK as well.

mrivera-ms commented 2 years ago

Reviewed by the SDK team. Closing as Not Needed.

clearab commented 2 years ago

Need to determine which (if) channels are going to support this flow, and when, before we can determine priority.