Forum Discussion

hardikpedia's avatar
hardikpedia
Copper Contributor
Jul 05, 2023

Teams message extension popup not working

I want to use third party auth in my teams message extension.I have made a signIn button in manifest.json.

I am returning this when button is pressed. 
return {

composeExtension: {
type:"openUrl",
value: "https://www.google.com",
title: "Sign in to this app",
},

};


I am handling this in 

handleTeamsMessagingExtensionSubmitAction function of TeamsActivityHandler class

Resources