Skip to content

Commit e828fcd

Browse files
committed
ROPC also bypass broker, for now
1 parent f809634 commit e828fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ def acquire_token_by_username_password(
16371637
"""
16381638
claims = _merge_claims_challenge_and_capabilities(
16391639
self._client_capabilities, claims_challenge)
1640-
if self._enable_broker:
1640+
if False: # Disabled, for now. It was if self._enable_broker:
16411641
from .broker import _signin_silently
16421642
response = _signin_silently(
16431643
"https://{}/{}".format(self.authority.instance, self.authority.tenant),

0 commit comments

Comments
 (0)