Skip to content

Add OAuth 2.1 authentication support #1637

Add OAuth 2.1 authentication support

Add OAuth 2.1 authentication support #1637

Triggered via pull request December 16, 2025 14:32
Status Failure
Total duration 1m 15s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Test: test/unit/login/loginCoordinator.test.ts#L326
Argument of type '{ url: string; safeHostname: string; }' is not assignable to parameter of type 'LoginOptions & { message?: string | undefined; detailPrefix?: string | undefined; }'.
Test: test/unit/login/loginCoordinator.test.ts#L304
Argument of type '{ url: string; safeHostname: string; autoLogin: true; }' is not assignable to parameter of type 'LoginOptions & { url: string; }'.
Test: test/unit/login/loginCoordinator.test.ts#L273
Argument of type '{ url: string; safeHostname: string; }' is not assignable to parameter of type 'LoginOptions & { url: string; }'.
Test: test/unit/login/loginCoordinator.test.ts#L252
Argument of type '{ url: string; safeHostname: string; }' is not assignable to parameter of type 'LoginOptions & { url: string; }'.
Test: test/unit/login/loginCoordinator.test.ts#L218
Argument of type '{ url: string; safeHostname: string; }' is not assignable to parameter of type 'LoginOptions & { url: string; }'.
Test: test/unit/login/loginCoordinator.test.ts#L212
Argument of type '{ url: string; safeHostname: string; }' is not assignable to parameter of type 'LoginOptions & { url: string; }'.
Test: test/unit/login/loginCoordinator.test.ts#L187
Argument of type '{ url: string; safeHostname: string; }' is not assignable to parameter of type 'LoginOptions & { url: string; }'.
Test: test/unit/login/loginCoordinator.test.ts#L169
Argument of type '{ url: string; safeHostname: string; }' is not assignable to parameter of type 'LoginOptions & { url: string; }'.
Test: test/unit/login/loginCoordinator.test.ts#L140
Argument of type '{ url: string; safeHostname: string; }' is not assignable to parameter of type 'LoginOptions & { url: string; }'.
Test: test/unit/deployment/deploymentManager.test.ts#L86
Expected 4 arguments, but got 3.