diff --git a/msal/application.py b/msal/application.py index a1f50038..711adf88 100644 --- a/msal/application.py +++ b/msal/application.py @@ -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: