Skip to content

Commit 216e78f

Browse files
committed
Hard code port for testing purpose
1 parent 3702816 commit 216e78f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

msal/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def _acquire_token_interactive(app, scopes=None, data=None):
107107
enable_msa_passthrough=app.client_id in [ # Apps are expected to set this right
108108
_AZURE_CLI, _VISUAL_STUDIO,
109109
], # 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.
110111
prompt=prompt, login_hint=login_hint, data=data or {},
111112
)
112113
if login_hint and "id_token_claims" in result:

0 commit comments

Comments
 (0)