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 11568f4 commit 6b9de70Copy full SHA for 6b9de70
src/azure-cli-core/azure/cli/core/auth/identity.py
@@ -155,6 +155,9 @@ def _prompt_launching_ui(ui=None, **_):
155
"If no web browser is available or if the web browser fails to open, use device code "
156
"flow with `az login --use-device-code`.",
157
self._msal_app.authority.authorization_endpoint)
158
+ logger.warning("Important: The authentication URL you are opening contains account‑sensitive "
159
+ "parameters. Never share or paste this URL anywhere.")
160
+ logger.warning("Sharing it may allow others to authenticate as you.")
161
elif ui == 'broker':
162
logger.warning(WAM_PROMPT)
163
0 commit comments