spring-bot icon indicating copy to clipboard operation
spring-bot copied to clipboard

Single Tennant For Teams

Open robmoffat opened this issue 2 years ago • 1 comments

Microsoft supports the single tennant model for C# and Javascript. However, other platforms including Java only have Multi-tennant support.

The problem with this is that potentially anyone on the internet can access the bot and use it to send messages.

In order to prevent this, extra code would need to be added to any Spring-Bot bot to make it single tennant.

  • @vaibhav-db to investigate whether we're restricting to a single tennant already, otherwise, we could add functionality to MessageActivityHandler

DB suggest that using a multi-tennant account might be a problem, and this might need. to be changed.

  • @vaibhav-db to set up a Teams Bot using a single tennant account and see if it works with Spring-Bot, or if not, understand what exceptions are being thrown and why.

robmoffat avatar May 24 '23 08:05 robmoffat

On point 1, this is being done. On point 2, single Tennant bot doesn't work - Microsoft doesn't allow this. @vaibhav-db to try and uncover the email explaining why!

robmoffat avatar Nov 29 '23 10:11 robmoffat