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.
2 parents da156fe + 6feb432 commit 12566baCopy full SHA for 12566ba
msal/application.py
@@ -1714,7 +1714,7 @@ def acquire_token_by_username_password(
1714
"""
1715
claims = _merge_claims_challenge_and_capabilities(
1716
self._client_capabilities, claims_challenge)
1717
- if False: # Disabled, for now. It was if self._enable_broker:
+ if self._enable_broker:
1718
from .broker import _signin_silently
1719
response = _signin_silently(
1720
"https://{}/{}".format(self.authority.instance, self.authority.tenant),
0 commit comments