Skip to content

Commit 4b4c97e

Browse files
Ugonnaak1bgavrilMS
andauthored
fix wording
Co-authored-by: Bogdan Gavril <[email protected]>
1 parent ff79ee2 commit 4b4c97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1848,7 +1848,7 @@ def acquire_token_by_username_password(
18481848
is_confidential_app = self.client_credential or isinstance(
18491849
self, ConfidentialClientApplication)
18501850
if not is_confidential_app:
1851-
warnings.warn("This API has been deprecated for PCA flows, please use a more secure flow. " \
1851+
warnings.warn("This API has been deprecated for public client flows, please use a more secure flow. " \
18521852
"See https://aka.ms/msal-ropc-migration for migration guidance", DeprecationWarning)
18531853
claims = _merge_claims_challenge_and_capabilities(
18541854
self._client_capabilities, claims_challenge)

0 commit comments

Comments
 (0)