From 6cc124fe7503c1ef315bb55469fa2011e011009f Mon Sep 17 00:00:00 2001 From: Ray Luo Date: Fri, 19 Feb 2021 17:08:39 -0800 Subject: [PATCH] Documents Redirect URI requirement for interactive flow --- msal/application.py | 3 +++ 1 file changed, 3 insertions(+) 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: