Adaptive Cards: Auth flow support for package
Add auth flow support to the adaptive cards (1.4) package
OBI spec is here: microsoft/botframework-obi#128
Tracking status
- [ ] PR
- [ ] Merged
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.
Adding @clearab for more context
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).