Skip to content

feat(oidc-client): add-par-support #3018

feat(oidc-client): add-par-support

feat(oidc-client): add-par-support #3018

Triggered via pull request May 11, 2026 18:46
@ryanbas21ryanbas21
synchronize #631
par
Status Failure
Total duration 3m 50s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 2 warnings, and 10 notices
pr
Process completed with exit code 1.
src/par.spec.ts:14:7 › PAR (Pushed Authorization Request) login tests › redirect login with PAR enabled obtains access token and uses slim authorize URL: src/par.spec.ts#L50
1) src/par.spec.ts:14:7 › PAR (Pushed Authorization Request) login tests › redirect login with PAR enabled obtains access token and uses slim authorize URL Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false 48 | expect(authorizeRequests.length).toBeGreaterThan(0); 49 | const authorizeUrl = new URL(authorizeRequests[0]); > 50 | expect(authorizeUrl.searchParams.has('client_id')).toBe(true); | ^ 51 | expect(authorizeUrl.searchParams.has('request_uri')).toBe(true); 52 | expect(authorizeUrl.searchParams.has('scope')).toBe(false); 53 | expect(authorizeUrl.searchParams.has('code_challenge')).toBe(false); at /home/workflows/workspace/e2e/oidc-suites/src/par.spec.ts:50:56
pr
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v5, nrwl/nx-set-shas@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
pr
No files were found with the provided path: ./e2e/*/.playwright/** ./e2e/**/.playwright/**. No artifacts will be uploaded.
🎭 Playwright Run Summary
1 passed (15.6s)
🎭 Playwright Run Summary
1 passed (18.6s)
🎭 Playwright Run Summary
1 passed (15.7s)
🎭 Playwright Run Summary
2 passed (19.5s)
🎭 Playwright Run Summary
2 passed (23.5s)
🎭 Playwright Run Summary
3 passed (18.8s)
🎭 Playwright Run Summary
2 passed (15.0s)
🎭 Playwright Run Summary
2 passed (32.0s)
🎭 Playwright Run Summary
3 passed (33.5s)
🎭 Playwright Run Summary
1 failed src/par.spec.ts:14:7 › PAR (Pushed Authorization Request) login tests › redirect login with PAR enabled obtains access token and uses slim authorize URL