We have a personal app published in MS Teams App Source. This app includes a one-way bot that sends messages to Teams users that use the app.
Previously we provided this app to our customers via a sideloaded manifest.
MS global admin connects via our SaaS platform and completes the permission consent flow on behalf of all users.
Now all of our customers are using the published app. For only 2 of our customers, all bot messages are failing. We are getting the following error:
"Microsoft.Bot.Schema.ErrorResponseException Operation returned an invalid status code 'Forbidden'"
In the teams bot channel we see this warning: "The tenant admin disabled this bot"
We have checked the Teams Admin configuration and the app is assigned to a policy that allows the app for those users. The users are able to access and use the app, but just the bot messages are being blocked.
We use one app id and secret id for all our customers. The bot messages work for all other customers (and ourselves) except 2 customers.
Do you have any ideas how we can resolve this?