AngellusMortis / django_microsoft_auth

Simple app to enable Microsoft Account, Office 365 and Xbox Live authentcation as a Django authentcation backend.
MIT License
137 stars 84 forks source link

invalid scope #460

Open Chrisharvz opened 3 years ago

Chrisharvz commented 3 years ago

Using the most recent version, as I sign into my xbox live account, I receive this error (invalid_scope) AADSTS70011: The provided value for the input parameter 'scope' is not valid. The scope '' is not configured for this tenant.

How do I get about fixing this?

Chrisharvz commented 3 years ago

Is this still supported? Still having above issue.

AngellusMortis commented 3 years ago

It was never supported. it is open source software. If there is an issue, make a PR and fix it. The package was only ever designed to be used with Microsoft's "common" tenant (Microsoft accounts) and I have not really used it or done anything with it in a few years.