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 68a7cb3 commit 27fbffcCopy full SHA for 27fbffc
msal/application.py
@@ -1710,7 +1710,7 @@ def acquire_token_by_username_password(
1710
"""
1711
claims = _merge_claims_challenge_and_capabilities(
1712
self._client_capabilities, claims_challenge)
1713
- if False: # Disabled, for now. It was if self._enable_broker:
+ if self._enable_broker:
1714
from .broker import _signin_silently
1715
response = _signin_silently(
1716
"https://{}/{}".format(self.authority.instance, self.authority.tenant),
0 commit comments