same issue
Django Application "unauthorized_client:" sign in issue
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?