We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f809634 commit e828fcdCopy full SHA for e828fcd
msal/application.py
@@ -1637,7 +1637,7 @@ def acquire_token_by_username_password(
1637
"""
1638
claims = _merge_claims_challenge_and_capabilities(
1639
self._client_capabilities, claims_challenge)
1640
- if self._enable_broker:
+ if False: # Disabled, for now. It was if self._enable_broker:
1641
from .broker import _signin_silently
1642
response = _signin_silently(
1643
"https://{}/{}".format(self.authority.instance, self.authority.tenant),
0 commit comments