Skip to content

Commit

Permalink
Merge pull request #313 from AzureAD/documents-redirect-uri-requireme…
Browse files Browse the repository at this point in the history
…nt-for-interactive-flow

Documents Redirect URI requirement for interactive flow
  • Loading branch information
rayluo authored Feb 20, 2021
2 parents 34e0b82 + 6cc124f commit 963505f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions msal/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,9 @@ def acquire_token_interactive(
**kwargs):
"""Acquire token interactively i.e. via a local browser.
Prerequisite: In Azure Portal, configure the Redirect URI of your
"Mobile and Desktop application" as ``http://localhost``.
:param list scope:
It is a list of case-sensitive strings.
:param str prompt:
Expand Down

0 comments on commit 963505f

Please sign in to comment.