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 e39ecb4 commit c5daf84Copy full SHA for c5daf84
src/azure-cli-core/azure/cli/core/auth/util.py
@@ -29,6 +29,9 @@ def aad_error_handler(error, **kwargs):
29
# To trigger this function for testing, simply provide an invalid scope:
30
# az account get-access-token --scope https://my-invalid-scope
31
32
+ import json
33
+ logger.debug('MSAL error: %s', json.dumps(error))
34
+
35
from azure.cli.core.util import in_cloud_console
36
if in_cloud_console():
37
import socket
0 commit comments