We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3702816 commit 216e78fCopy full SHA for 216e78f
1 file changed
msal/__main__.py
@@ -107,6 +107,7 @@ def _acquire_token_interactive(app, scopes=None, data=None):
107
enable_msa_passthrough=app.client_id in [ # Apps are expected to set this right
108
_AZURE_CLI, _VISUAL_STUDIO,
109
], # Here this test app mimics the setting for some known MSA-PT apps
110
+ port=1234, # Hard coded for testing. Real app typically uses default value.
111
prompt=prompt, login_hint=login_hint, data=data or {},
112
)
113
if login_hint and "id_token_claims" in result:
0 commit comments