SSO is not enabled for bot on Teams channel.
I develop a bot on Bot Framework and Azure Service, using python 3.7. I needed user authentication in the Microsoft system to use Graph API, etc.
Previously successfully used the example 18.bot-authentication and 24.bot-authentication-msgraph.
And this guide I got the error “SSO is not enabled for bot”. I created new certificates and a new server with a bot, for the source code example 18.bot-authentication. Created a new channel in Azure and try to login from Teams, but have the same problem. In Bot Emulator and test in web-chat both authentications work. Teams want SSO.
Any tips? Thank you