Share via

AuthenticationError - Error authenticating with resource

vault 11 Reputation points
2021-03-23T15:41:17.727+00:00

Hello everyone,

I tried to contact MS support team and they just redirected me here and closed the ticket. I'm integrating MS Teams in our product. We have a verified OAuth app and during the authorize call, we are asking the following scopes to the user: OnlineMeetings.ReadWrite User.Read offline_access
A user is getting the following error when trying to create an online meeting:

{
  "error": {
    "code": "AuthenticationError",
    "message": "Error authenticating with resource",
    "innerError": {
      "date": "2021-03-19T10:18:06",
      "request-id": "2a6ab435-d0cc-47f0-8868-fc1471c5e4e9",
      "client-request-id": "2a6ab435-d0cc-47f0-8868-fc1471c5e4e9"
    }
  }
}

What does that mean and how do I remediate it? Is it a problem on MS side? Do I need to reauthenticate the user?

Thanks

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

Microsoft Security | Microsoft Graph

1 answer

Sort by: Most helpful
  1. Mamatha-MSFT 161 Reputation points
    2021-04-05T10:09:10.767+00:00

    Posting the Answer for better knowledge
    Copying from @Fiona Matu comments

    please check with the tenant administrator to see if you have the necessary license to access MS 365 resources

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.