Hi! Is it possible to reply on Teams and reflect that answer on Discourse?
It’s not - this integration is just one-way from Discourse → Teams
Hi @david ,
Will this change affect the plugin/guide? Retirement of Office 365 Connectors within Microsoft Teams
It looks like it will, yes. @crossheadscrewdriver has a work-in-progress which will add support for Power Automate instead.
@danilofmesquita, yes the retirement of the O365 connector was the main driver for me to build support for Power Automate as an integration. I will attempt to spend some time on my PR this weekend so it can be merged next week ( fingers crossed )
I’ll also attempt to create both a guide to create a new chat integration with Power Automate and to migrate existing chat integrations to Power Automate.
Support for Power Automate as a provider just got merged (thank you again @david for the quick turnaround).
I am having issues now creating the guides for the integration as it seems I am not allowed to create new topics in the Documentation category and I don’t see one being created automatically.
Do I need to make a request somewhere?
I think it’s best to make a topic somewhere like feature, and then ask to have it moved here.
(cc @JammyDodger - please correct me if I’m wrong)
Currently, you need to be TL2 to create and edit Documentation topics. It looks like you’re a couple of visits and handing out a heart away. For simplicity, let’s bump you up now and then you should be able to create that topic.
This appears to use unauthenticated webhooks into teams, which for our organisation would rule this integration out on security grounds.
Is there a way to support Service Principle auth
or user auth
? Service principle would probably the most preferred for most large organisations.
Enabling this auth would mitigate against any future M365 exploit via webhooks (unless the attacker gets hold of a key)