How to fix invalid_client&error_description=AADSTS650053

Luis Abawag 20 Reputation points
2025-02-20T04:48:55.37+00:00

I am facing an error error=invalid_client&error_description=AADSTS650053%3a+The+application+%27APP+Local%27+asked+for+scope+%27openid%2cprofile%2cemail%2cUser.Read%27+that+doesn%27t+exist+on+the+resource+%2700000003-0000-0000-c000-000000000000%27.+Contact+the+app+vendor.+Trace+ID%3a+994ede81-94ae-49cf-8414-b97fc69f0900+Correlation+ID%3a+c817d528-73c4-44ce-b5ab-d67a238cd1a0+Timestamp%3a+2025-02-20+04%3a14%3a54Z

AADSTS650053: The application 'APP Local' asked for scope 'openid,profile,email' that doesn't exist on the resource. But I clearly have two in my app registration
User's image

Properties
User's image

Did anyone experienced this error ? Any clues to fix this?

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

Accepted answer
  1. CarlZhao-MSFT 45,761 Reputation points
    2025-02-20T05:50:46.9333333+00:00

    Hi @Luis Abawag

    Permissions should be separated by spaces instead of commas. Change the scope property to:

    azure.scope=openid profile email

    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.


0 additional answers

Sort by: Most helpful

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.