Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single Tennant For Teams #396

Open
robmoffat opened this issue May 24, 2023 · 1 comment
Open

Single Tennant For Teams #396

robmoffat opened this issue May 24, 2023 · 1 comment
Assignees

Comments

@robmoffat
Copy link
Member

robmoffat commented May 24, 2023

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
Copy link
Member Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants