You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/client/Microsoft.Identity.Client/MsalErrorMessage.cs
+1
Original file line number
Diff line number
Diff line change
@@ -412,6 +412,7 @@ public static string InvalidTokenProviderResponseValue(string invalidValueName)
412
412
413
413
publicconststringManagedIdentityNoResponseReceived="[Managed Identity] Authentication unavailable. No response received from the managed identity endpoint.";
414
414
publicconststringManagedIdentityInvalidResponse="[Managed Identity] Invalid response, the authentication response received did not contain the expected fields.";
415
+
publicconststringManagedIdentityJsonParseFailure="[Managed Identity] MSI returned 200 OK, but the response could not be parsed.";
415
416
publicconststringManagedIdentityUnexpectedResponse="[Managed Identity] Unexpected exception occurred when parsing the response. See the inner exception for details.";
416
417
publicconststringManagedIdentityExactlyOneScopeExpected="[Managed Identity] To acquire token for managed identity, exactly one scope must be passed.";
417
418
publicconststringManagedIdentityUnexpectedErrorResponse="[Managed Identity] The error response was either empty or could not be parsed.";
0 commit comments