SSO Samples for Python #3829
Labels
feature-request
A request for new functionality or an enhancement to an existing one.
needs-triage
The issue has just been created and it has not been reviewed by the team.
python
Issues or PR's that update Python code
Use this query to search for the most popular feature requests.
Is your feature request related to a problem? Please describe.
So I've been trying to implement SSO on Teams using the Python Bot Framework SDK without much success. The reason is that we wanted to login the users before we let them use the bot on Teams. It might look like an additional step, but with Python not supporting Single Tenancy, this is the only option to secure the bot in case the App ID gets compromised. I was trying to replicate the SSO sample from dotnet but some of the methods are not implemented in the Python SDK if I'm not wrong. As per my research and according to docs, Python currently does not support Single Sign On.
Describe the solution you'd like
I would like to see a Teams SSO Sample for Python SDK
Describe alternatives you've considered
For now, I'll be going with the OAuth.
The text was updated successfully, but these errors were encountered: