Skip to content

feat(oidc): control dpop injection (alpha) #1415

feat(oidc): control dpop injection (alpha)

feat(oidc): control dpop injection (alpha) #1415

Triggered via pull request April 4, 2024 07:15
Status Failure
Total duration 42s
Artifacts

npm-publish.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
build
Property 'demonstratingProofOfPossessionOnlyWhenDpopHeaderPresent' is missing in type '{ configurationName: string; tokens: Tokens; status: "NOT_CONNECTED"; state: null; codeVerifier: null; nonce: null; oidcServerConfiguration: { authorizationEndpoint: string; issuer: string; revocationEndpoint: string; tokenEndpoint: string; userInfoEndpoint: string; }; ... 5 more ...; demonstratingProofOfPossessionC...' but required in type 'OidcConfig'.
build
Property 'demonstratingProofOfPossessionOnlyWhenDpopHeaderPresent' is missing in type '{ configurationName: string; tokens: null; status: "NOT_CONNECTED"; state: string; codeVerifier: string; nonce: null; oidcServerConfiguration: null; oidcConfiguration: undefined; sessionState: null; ... 6 more ...; demonstratingProofOfPossessionConfiguration: null; }' but required in type 'OidcConfig'.
build
Process completed with exit code 1.
skip_ci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Legorooj/skip-ci@main. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v2, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/