Skip to content

Convert MSAL Java PR pipeline to YAML - #1062

Merged
Avery-Dunn merged 3 commits into
devfrom
gljohns/convert-pr-pipeline-to-yaml
Sep 8, 2026
Merged

Convert MSAL Java PR pipeline to YAML#1062
Avery-Dunn merged 3 commits into
devfrom
gljohns/convert-pr-pipeline-to-yaml

Delete azure-pipelines.yml

f4a3704
Select commit
Loading
Failed to load commit list.
Azure Pipelines / MSAL Java PR - Integration+Unit Tests succeeded Sep 5, 2026 in 9m 54s

Build #20260905.2 had test failures

Details

Tests

  • Failed: 2 (0.10%)
  • Passed: 1,938 (99.59%)
  • Other: 6 (0.31%)
  • Total: 1,946

Annotations

Check failure on line 1 in acquireTokenWithOBO_testCache

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MSAL Java PR - Integration+Unit Tests

acquireTokenWithOBO_testCache

com.microsoft.aad.msal4j.MsalInteractionRequiredException: AADSTS50079: Due to a configuration change made by your administrator, or because you moved to a new location, you must enroll in multi-factor authentication to access '00000002-0000-0000-c000-000000000000'. Trace ID: b064969e-883a-4f6a-8759-619280403b00 Correlation ID: 65bb233a-2088-4327-b38b-3b79a20ea2b4 Timestamp: 2026-09-05 19:21:09Z
Raw output
java.util.concurrent.ExecutionException: com.microsoft.aad.msal4j.MsalInteractionRequiredException: AADSTS50079: Due to a configuration change made by your administrator, or because you moved to a new location, you must enroll in multi-factor authentication to access '00000002-0000-0000-c000-000000000000'. Trace ID: b064969e-883a-4f6a-8759-619280403b00 Correlation ID: 65bb233a-2088-4327-b38b-3b79a20ea2b4 Timestamp: 2026-09-05 19:21:09Z
	at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)
	at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908)
	at com.microsoft.aad.msal4j.OnBehalfOfIT.acquireTokenWithOBO_testCache(OnBehalfOfIT.java:81)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
Caused by: com.microsoft.aad.msal4j.MsalInteractionRequiredException: AADSTS50079: Due to a configuration change made by your administrator, or because you moved to a new location, you must enroll in multi-factor authentication to access '00000002-0000-0000-c000-000000000000'. Trace ID: b064969e-883a-4f6a-8759-619280403b00 Correlation ID: 65bb233a-2088-4327-b38b-3b79a20ea2b4 Timestamp: 2026-09-05 19:21:09Z
	at com.microsoft.aad.msal4j.MsalServiceExceptionFactory.fromHttpResponse(MsalServiceExceptionFactory.java:29)
	at com.microsoft.aad.msal4j.TokenRequestExecutor.createAuthenticationResultFromOauthHttpResponse(TokenRequestExecutor.java:256)
	at com.microsoft.aad.msal4j.TokenRequestExecutor.executeTokenRequest(TokenRequestExecutor.java:35)
	at com.microsoft.aad.msal4j.AbstractApplicationBase.acquireTokenCommon(AbstractApplicationBase.java:75)
	at com.microsoft.aad.msal4j.AcquireTokenByAuthorizationGrantSupplier.execute(AcquireTokenByAuthorizationGrantSupplier.java:56)
	at com.microsoft.aad.msal4j.AcquireTokenByOnBehalfOfSupplier.acquireTokenOnBehalfOf(AcquireTokenByOnBehalfOfSupplier.java:70)
	at com.microsoft.aad.msal4j.AcquireTokenByOnBehalfOfSupplier.execute(AcquireTokenByOnBehalfOfSupplier.java:56)
	at com.microsoft.aad.msal4j.AuthenticationResultSupplier.get(AuthenticationResultSupplier.java:69)
	at com.microsoft.aad.msal4j.AuthenticationResultSupplier.get(AuthenticationResultSupplier.java:18)
	at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604)
	at java.lang.Thread.run(Thread.java:750)

Check failure on line 1 in singleAccountInCache_RemoveAccountTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MSAL Java PR - Integration+Unit Tests

singleAccountInCache_RemoveAccountTest

com.microsoft.aad.msal4j.MsalInteractionRequiredException: AADSTS50079: Due to a configuration change made by your administrator, or because you moved to a new location, you must enroll in multi-factor authentication to access '00000002-0000-0000-c000-000000000000'. Trace ID: b064969e-883a-4f6a-8759-6192a7403b00 Correlation ID: 96df374c-bb50-45eb-bb0d-4d098d50ffc3 Timestamp: 2026-09-05 19:21:10Z
Raw output
java.util.concurrent.ExecutionException: com.microsoft.aad.msal4j.MsalInteractionRequiredException: AADSTS50079: Due to a configuration change made by your administrator, or because you moved to a new location, you must enroll in multi-factor authentication to access '00000002-0000-0000-c000-000000000000'. Trace ID: b064969e-883a-4f6a-8759-6192a7403b00 Correlation ID: 96df374c-bb50-45eb-bb0d-4d098d50ffc3 Timestamp: 2026-09-05 19:21:10Z
	at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)
	at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908)
	at com.microsoft.aad.msal4j.TokenCacheIT.singleAccountInCache_RemoveAccountTest(TokenCacheIT.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
Caused by: com.microsoft.aad.msal4j.MsalInteractionRequiredException: AADSTS50079: Due to a configuration change made by your administrator, or because you moved to a new location, you must enroll in multi-factor authentication to access '00000002-0000-0000-c000-000000000000'. Trace ID: b064969e-883a-4f6a-8759-6192a7403b00 Correlation ID: 96df374c-bb50-45eb-bb0d-4d098d50ffc3 Timestamp: 2026-09-05 19:21:10Z
	at com.microsoft.aad.msal4j.MsalServiceExceptionFactory.fromHttpResponse(MsalServiceExceptionFactory.java:29)
	at com.microsoft.aad.msal4j.TokenRequestExecutor.createAuthenticationResultFromOauthHttpResponse(TokenRequestExecutor.java:256)
	at com.microsoft.aad.msal4j.TokenRequestExecutor.executeTokenRequest(TokenRequestExecutor.java:35)
	at com.microsoft.aad.msal4j.AbstractApplicationBase.acquireTokenCommon(AbstractApplicationBase.java:75)
	at com.microsoft.aad.msal4j.AcquireTokenByAuthorizationGrantSupplier.execute(AcquireTokenByAuthorizationGrantSupplier.java:56)
	at com.microsoft.aad.msal4j.AuthenticationResultSupplier.get(AuthenticationResultSupplier.java:69)
	at com.microsoft.aad.msal4j.AuthenticationResultSupplier.get(AuthenticationResultSupplier.java:18)
	at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604)
	at java.lang.Thread.run(Thread.java:750)