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 ff79ee2 commit 4b4c97eCopy full SHA for 4b4c97e
msal/application.py
@@ -1848,7 +1848,7 @@ def acquire_token_by_username_password(
1848
is_confidential_app = self.client_credential or isinstance(
1849
self, ConfidentialClientApplication)
1850
if not is_confidential_app:
1851
- warnings.warn("This API has been deprecated for PCA flows, please use a more secure flow. " \
+ warnings.warn("This API has been deprecated for public client flows, please use a more secure flow. " \
1852
"See https://aka.ms/msal-ropc-migration for migration guidance", DeprecationWarning)
1853
claims = _merge_claims_challenge_and_capabilities(
1854
self._client_capabilities, claims_challenge)
0 commit comments