We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f957d6 + 6dd7598 commit eccf03dCopy full SHA for eccf03d
sample/username_password_sample.py
@@ -61,4 +61,4 @@
61
print(result.get("correlation_id")) # You may need this when reporting a bug
62
if 65001 in result.get("error_codes", []): # Not mean to be coded programatically, but...
63
# AAD requires user consent for U/P flow
64
- print("Visit this to consent:", app.get_authorization_request_url(scope))
+ print("Visit this to consent:", app.get_authorization_request_url(config["scope"]))
0 commit comments