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 2ac9057 commit 5e398c2Copy full SHA for 5e398c2
msal/application.py
@@ -1850,7 +1850,7 @@ def acquire_token_by_username_password(
1850
self, ConfidentialClientApplication)
1851
if not is_confidential_app:
1852
warnings.warn("""This API has been deprecated for public client flows, please use a more secure flow.
1853
- See https://aka.ms/msal-ropc-migration for migration guidance""", DeprecationWarning)
+ See https://aka.ms/msal-ropc-migration for migration guidance""", DeprecationWarning)
1854
claims = _merge_claims_challenge_and_capabilities(
1855
self._client_capabilities, claims_challenge)
1856
if self._enable_broker and sys.platform in ("win32", "darwin"):
0 commit comments