Skip to content

Commit 145ffc1

Browse files
PetarSDimovCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 7d9ccd5 commit 145ffc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

msal/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ def _acquire_pop_token_interactive(app):
194194
assert isinstance(app, msal.PublicClientApplication)
195195
POP_SCOPE = ['6256c85f-0aad-4d50-b960-e6e9b21efe35/.default'] # KAP 1P Server App Scope, obtained from https://github.com/Azure/azure-cli-extensions/pull/4468/files#diff-a47efa3186c7eb4f1176e07d0b858ead0bf4a58bfd51e448ee3607a5b4ef47f6R116
196196
result = _acquire_token_interactive(app, scopes=POP_SCOPE)
197-
print_json(result)
198197
if result.get("token_type") != "pop":
199198
logging.error("Unable to acquire a pop token")
200199

0 commit comments

Comments
 (0)