Forum Discussion
maheshkumargunasekaran
Sep 03, 2021Copper Contributor
Bot Authentication on Adaptive Card button click event
Hi All,
Our application used to send notification as adaptive card, to MS Teams users via bot. The application has been developed through C#.
The button click should perform bot authentication.
We have created a button with the below code.
Actions =
{
new AdaptiveSubmitAction()
{
Type = AdaptiveSubmitAction.TypeName,
Title = "Click Here",
},
},
How to add the bot authentication on button click event of adaptive card?
Kindly suggest.
maheshkumargunasekaran
Signin
action type initiates an OAuth flow that permits bots to connect with secure services.
Please follow below documentation to see how the flow works:
Microsoft Teams Authentication flow for bots - Teams | Microsoft Docs
You can share your Feedback/EscalateThanks,
Prasad Das
Teams Dev Community Response
- Prasad_Das-MSFT
Microsoft
maheshkumargunasekaran
Signin
action type initiates an OAuth flow that permits bots to connect with secure services.
Please follow below documentation to see how the flow works:
Microsoft Teams Authentication flow for bots - Teams | Microsoft Docs
You can share your Feedback/EscalateThanks,
Prasad Das
Teams Dev Community Response
- Prasad_Das-MSFT
Microsoft
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.