AADSTS650053: The application 'Booknetic' asked for scope 'Calendars.ReadWrite,User.RevokeSessions.All,User.ReadWrite.All,offline_access' that doesn't exist on the resource '00000003-0000-0000-c000-000000000000'. Contact the app vendor.

Eldar Shahmaliyev 0 Reputation points
2024-09-13T05:39:26.6866667+00:00

We developed a library in accordance with the Microsoft Graph API documentation to integrate the general management of events in our application with Outlook Calendar, and we integrated it into our application. It currently works flawlessly with personal accounts, but we are facing an issue with business accounts. Could you please help us?

AADSTS650053: The application 'Booknetic' asked for scope 'Calendars.ReadWrite,User.RevokeSessions.All,User.ReadWrite.All,offline_access' that doesn't exist on the resource '00000003-0000-0000-c000-000000000000'. Contact the app vendor.

Screenshot from 2024-09-12 16-57-50

I looked into a few questions related to this, and I added the necessary permissions via 'API Permissions' in the Microsoft-hosted app, but the issue persists.

Screenshot from 2024-09-12 16-57-26

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. CarlZhao-MSFT 42,046 Reputation points
    2024-09-13T07:01:53.1933333+00:00

    Hi @Eldar Shahmaliyev

    You must use a space instead of "," to separate permissions, otherwise the error will be thrown.

    &scope=Calendars.ReadWrite User.RevokeSessions.All User.ReadWrite.All offline_access

    Hope this helps.

    If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.


  2. CarlZhao-MSFT 42,046 Reputation points
    2024-09-13T07:02:56.5833333+00:00
    0 comments No comments

Your answer

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