botframework-sdk icon indicating copy to clipboard operation
botframework-sdk copied to clipboard

Auth flow support for adaptive cards (1.4) commands

Open kaerm opened this issue 3 years ago • 4 comments

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

  • [ ] PR
  • [ ] Merged

JS Issue

  • [ ] PR
  • [ ] Merged

Java Issue

  • [ ] PR
  • [ ] Merged

Python Issue

  • [ ] PR
  • [ ] Merged

Docs

  • [ ] PR
  • [ ] Merged

kaerm avatar Apr 12 '21 22:04 kaerm

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.

Stevenic avatar Jun 16 '21 17:06 Stevenic

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

clearab avatar Jun 24 '21 19:06 clearab

Reviewed by the SDK team. Closing as Not Needed.

mrivera-ms avatar Dec 08 '21 21:12 mrivera-ms

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

clearab avatar Dec 09 '21 18:12 clearab