Forum Discussion
dmsaprykin
Jul 12, 2022Copper Contributor
Adaptive cards oauthCard renders as an empty rectangular
Hi, What I'm doing is in onInstallationUpdateAdd of my ActivityHandler I want to render an oAuth popup card, so that I can later pull user/team details, create a new channel and post in it. Ins...
- Jul 13, 2022
oAuth Card is a different type of card. It should not be rendered in adaptive card. Please check the Using Cards sample. Which uses rich cards - BotBuilder-Samples/mainDialog.js at 901bc140f5aa300fbfa852e64afd7c65fceebff9 · microsoft/BotBuilder-Samples (github.com)
Thanks,
Meghana
----------------------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
dmsaprykin
Jul 13, 2022Copper Contributor
Thank you Meghana! And as for popup (Dialog box) it only available for tasks, right? Can bot proactively invoke a task so that I present user with a series of dialog boxes as a welcome experience.
Meghana-MSFT
Jul 25, 2022Former Employee
It is not possible to directly open a task module proactively.