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.
1 parent a734633 commit 8bdb1efCopy full SHA for 8bdb1ef
sample/interactive_sample.py
@@ -53,7 +53,7 @@
53
if not result:
54
logging.info("No suitable token exists in cache. Let's get a new one from AAD.")
55
print("A local browser window will be open for you to sign in. CTRL+C to cancel.")
56
- result = app.acquire_token_interactive(
+ result = app.acquire_token_interactive( # Only works if your app is registered with redirect_uri as http://localhost
57
config["scope"],
58
login_hint=config.get("username"), # Optional.
59
# If you know the username ahead of time, this parameter can pre-fill
0 commit comments