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 b1d8cd7 commit cf306d6Copy full SHA for cf306d6
msal/broker.py
@@ -74,7 +74,7 @@ def _convert_error(error, client_id):
74
"error_description": "{}. Status: {}, Error code: {}, Tag: {}".format(
75
context,
76
error.get_status(), error.get_error_code(), error.get_tag()),
77
- "_broker_status": error.get_status(),
+ "broker_error_status": str(error.get_status()),
78
"_broker_error_code": error.get_error_code(),
79
"_broker_tag": error.get_tag(),
80
}
0 commit comments