Skip to content

Commit 963505f

Browse files
authored
Merge pull request #313 from AzureAD/documents-redirect-uri-requirement-for-interactive-flow
Documents Redirect URI requirement for interactive flow
2 parents 34e0b82 + 6cc124f commit 963505f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

msal/application.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,9 @@ def acquire_token_interactive(
10131013
**kwargs):
10141014
"""Acquire token interactively i.e. via a local browser.
10151015
1016+
Prerequisite: In Azure Portal, configure the Redirect URI of your
1017+
"Mobile and Desktop application" as ``http://localhost``.
1018+
10161019
:param list scope:
10171020
It is a list of case-sensitive strings.
10181021
:param str prompt:

0 commit comments

Comments
 (0)