Forum Discussion

maheshkumargunasekaran's avatar
maheshkumargunasekaran
Copper Contributor
Sep 03, 2021

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.

Resources