-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error to set up the AUTH #31
Comments
I face the same error, any updates? |
Removing the scopes argument allowed me to launch the Django test server, it forwards me to the sign in page, I select my user, and then it says "Have an admin account? Sign in with that" or "Return to the application without granting consent" Not sure if that's on the Azure app registration side or something to do with the scope configuration. AUTH = Auth(
os.getenv('CLIENT_ID'),
client_credential=os.getenv('CLIENT_SECRET')
redirect_uri=os.getenv('REDIRECT_URI'),
# scopes=os.getenv('SCOPE', "").split(),
authority=os.getenv('AUTHORITY'),
) |
Bumping this. Seeing the exact same problem:
Fresh clone off GitHub, and following the documentation exactly. |
It looks like From what I can see the 'scopes' should be removed from the instantation of Scopes are used in the call to
|
Same issue, as I've said at #45, tried to add the
|
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Versions
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: