Forum Discussion
hardikpedia
Jul 05, 2023Copper Contributor
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
- Nivedipa-MSFT
Microsoft
hardikpedia - Could you please refer below document and verify your steps which is mentioned in below document:
Add third party authentication to your message extension - Teams | Microsoft Learn
Please refer below sample for your reference:
Microsoft-Teams-Samples/samples/msgext-search-auth-config/csharp at main · OfficeDev/Microsoft-Teams-Samples · GitHub
Please let us know if you have faced any further issue here.- Nivedipa-MSFT
Microsoft
hardikpedia - Could you please confirm whether your issue is resolved or if you are still facing this issue?