From 2e1e9d851841c73ae377bdc87f096036d51606da Mon Sep 17 00:00:00 2001 From: Robbie-Microsoft <87724641+Robbie-Microsoft@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:32:24 -0500 Subject: [PATCH] Enable New Client Credential Certificate E2E Tests on Pipeline (#7403) This was meant to be included in #7367. [Corresponding 1P PR](https://identitydivision.visualstudio.com/DefaultCollection/IDDP/_git/msal-javascript-1p/pullrequest/15266) You can click into the tests below and see that the new e2e tests completed successfully. --- .pipelines/3p-e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pipelines/3p-e2e.yml b/.pipelines/3p-e2e.yml index faf877ae1d..3a68b6a473 100644 --- a/.pipelines/3p-e2e.yml +++ b/.pipelines/3p-e2e.yml @@ -89,6 +89,7 @@ extends: - "auth-code" - "auth-code-cli-app" - "client-credentials" + - "client-credentials-with-cert-from-key-vault" - "device-code" - "silent-flow" - "b2c-user-flows"