Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operation returned an invalid status code 'Unauthorized' - AzureAd AuthController #540

Open
ppanchal-mobiz opened this issue Aug 4, 2023 · 0 comments

Comments

@ppanchal-mobiz
Copy link

After successfully authenticating the user with Bot.Builder.Community.Middleware.AzureAdAuthentication middleware, the AuthController tries to send a proactive message using this line:

connectorClient.Conversations.SendToConversation(proactiveMessage);

The above line is throwing an exception Microsoft.Bot.Schema.ErrorResponseException with message

Operation returned an invalid status code 'Unauthorized'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant