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: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Quick links:
16
16
The library supports the following Java environments:
17
17
- Java 8 (or higher)
18
18
19
-
Current version - 1.19.1
19
+
Current version - 1.20.0
20
20
21
21
You can find the changes for each version in the [change log](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/main/msal4j-sdk/changelog.txt).
22
22
@@ -28,13 +28,13 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti
Copy file name to clipboardExpand all lines: msal4j-sdk/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Quick links:
16
16
The library supports the following Java environments:
17
17
- Java 8 (or higher)
18
18
19
-
Current version - 1.19.1
19
+
Current version - 1.20.0
20
20
21
21
You can find the changes for each version in the [change log](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/master/changelog.txt).
22
22
@@ -28,13 +28,13 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti
//TODO: This test is failing intermittently in the pipeline runs for the same commit, but always passes locally. Disabling until we can investigate more.
Copy file name to clipboardExpand all lines: msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/MsalErrorMessage.java
+2
Original file line number
Diff line number
Diff line change
@@ -26,4 +26,6 @@ class MsalErrorMessage {
26
26
publicstaticfinalStringIDENTITY_UNAVAILABLE_ERROR = "[Managed Identity] Authentication unavailable. The requested identity has not been assigned to this resource.";
27
27
28
28
publicstaticfinalStringGATEWAY_ERROR = "[Managed Identity] Authentication unavailable. The request failed due to a gateway error.";
29
+
30
+
publicstaticfinalStringMANAGED_IDENTITY_RESPONSE_PARSE_FAILURE = "[Managed Identity] MSI returned %s, but the response could not be parsed: %s";
0 commit comments