Reputation: 736
I have set up a bot with Microsoft Bot Framework and added SSO for Teams according to the following manual:
The OAuth App registration has the Api permissions email, offline_access, openid, profile, User.Read and they are Admin Granted. The Teams App is installed in the same tenant as the bot and the OAuth app registration.
However no matter what I try the user in Teams keeps getting the message for additional permissions:
When clicking Continue the login is successful, however after signing out and logging in again, the exact same message appears.
Upvotes: 2
Views: 318
Reputation: 736
Turns out I was missing to update the "accessTokenAcceptedVersion" to 2 in the manifest.
Upvotes: 1