My Copilot Chatbot does Authentication with Azure Active Directory V2, in Azure I have given all the required permissions and scoped in Azure API Registration.
These are the Microsoft Graph permissions. ( Chat.ReadWrite / ChannelMessage.Send /Channel.ReadBasic.All / Team.ReadBasic.All / Sites.ReadWrite.All /Mail.Send)
All looks good but after publishing the chatbot for all users connections for copilot get stale or Not Connected. The chatbot connects to Power Automate to send messages to Sharepoint / Teams channel / Office 365 Outlook.
In the Power Automate when I check the connections it looks good all are connected.
Please let me know what I'm missing here.
Thank you