Django Application "unauthorized_client:" sign in issue

Yusuf 6 Reputation points
2021-01-23T05:25:17.477+00:00

Hi,

I'm currently having issues signing in with my personal student Microsoft account through a django app I'm developing with Microsoft Graph. For some reason while attempting to sign in, I keep receiving the error message below:

We're unable to complete your request
unauthorized_client: The client does not exist or is not enabled for consumers. If you are the application developer, configure a new application through the App Registrations in the Azure Portal at https://go.microsoft.com/fwlink/?linkid=2083908.

I have set the secret key to be "Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox)" and followed all the instructions in the tutorial, including copying the example from Github itself and changing the secret keys with no success. Has anyone been experiencing this issue too or knows of a solution to this?

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

1 answer

Sort by: Most helpful
  1. Serkan Gülten 6 Reputation points
    2021-11-03T21:31:31.937+00:00

    same issue

    1 person found this answer helpful.
    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.