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

Adaptive Cards: Auth flow support for package

Open kaerm opened this issue 3 years ago • 3 comments

Add auth flow support to the adaptive cards (1.4) package

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

Tracking status

  • [ ] PR
  • [ ] Merged

kaerm avatar Apr 12 '21 22:04 kaerm

HI @kaerm, there isn't a lot of context here so it's not clear what the ask is, expected timeline, etc. Are you able to provide more details? Happy to sync offline.

peterinnesmsft avatar Apr 13 '21 18:04 peterinnesmsft

Adding @clearab for more context

kaerm avatar Apr 13 '21 18:04 kaerm

For this one, it will be adding support for the authentication responses to the action.execute pipeline. Currently the AC package has a trigger for responding to action.execute invoke, but no way to send the appropriately wrapped auth response (just a fancy wrapper around an OAuth prompt that gets rendered inside the adaptive card on the client).

clearab avatar Apr 13 '21 20:04 clearab