Skip to content

feat: support token introspection #541

feat: support token introspection

feat: support token introspection #541

Triggered via pull request August 4, 2024 03:07
Status Failure
Total duration 38s
Artifacts

build-and-test.yml

on: pull_request
check_versions
5s
check_versions
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 2 warnings
test/e2e/grants/abstract_grant/introspection.spec.ts > introspect > with valid auth > throws when missing grant_type: test/e2e/grants/abstract_grant/introspection.spec.ts#L71
TypeError: grant.introspect is not a function ❯ test/e2e/grants/abstract_grant/introspection.spec.ts:71:26
test/e2e/grants/abstract_grant/introspection.spec.ts > introspect > with valid auth > throws when missing client id and secret: test/e2e/grants/abstract_grant/introspection.spec.ts#L77
TypeError: grant.introspect is not a function ❯ test/e2e/grants/abstract_grant/introspection.spec.ts:77:26
test/e2e/grants/abstract_grant/introspection.spec.ts > introspect > with valid auth > throws when missing token param: test/e2e/grants/abstract_grant/introspection.spec.ts#L93
TypeError: grant.introspect is not a function ❯ test/e2e/grants/abstract_grant/introspection.spec.ts:93:26
test/e2e/grants/abstract_grant/introspection.spec.ts > introspect > with valid auth > succeeds by access token: test/e2e/grants/abstract_grant/introspection.spec.ts#L123
TypeError: grant.introspect is not a function ❯ test/e2e/grants/abstract_grant/introspection.spec.ts:123:36
test/e2e/grants/abstract_grant/introspection.spec.ts > introspect > with valid auth > succeeds when access token is expired: test/e2e/grants/abstract_grant/introspection.spec.ts#L156
TypeError: grant.introspect is not a function ❯ test/e2e/grants/abstract_grant/introspection.spec.ts:156:36
test/e2e/grants/abstract_grant/introspection.spec.ts > introspect > with valid auth > succeeds by refresh token: test/e2e/grants/abstract_grant/introspection.spec.ts#L177
TypeError: grant.introspect is not a function ❯ test/e2e/grants/abstract_grant/introspection.spec.ts:177:36
build (20.x)
Process completed with exit code 1.
build (18.x)
The job was canceled because "_20_x" failed.
test/e2e/grants/abstract_grant/introspection.spec.ts > introspect > with valid auth > throws when missing grant_type: test/e2e/grants/abstract_grant/introspection.spec.ts#L71
TypeError: grant.introspect is not a function ❯ test/e2e/grants/abstract_grant/introspection.spec.ts:71:26
test/e2e/grants/abstract_grant/introspection.spec.ts > introspect > with valid auth > throws when missing client id and secret: test/e2e/grants/abstract_grant/introspection.spec.ts#L77
TypeError: grant.introspect is not a function ❯ test/e2e/grants/abstract_grant/introspection.spec.ts:77:26
test/e2e/grants/abstract_grant/introspection.spec.ts > introspect > with valid auth > throws when missing token param: test/e2e/grants/abstract_grant/introspection.spec.ts#L93
TypeError: grant.introspect is not a function ❯ test/e2e/grants/abstract_grant/introspection.spec.ts:93:26
test/e2e/grants/abstract_grant/introspection.spec.ts > introspect > with valid auth > succeeds by access token: test/e2e/grants/abstract_grant/introspection.spec.ts#L123
TypeError: grant.introspect is not a function ❯ test/e2e/grants/abstract_grant/introspection.spec.ts:123:36
test/e2e/grants/abstract_grant/introspection.spec.ts > introspect > with valid auth > succeeds when access token is expired: test/e2e/grants/abstract_grant/introspection.spec.ts#L156
TypeError: grant.introspect is not a function ❯ test/e2e/grants/abstract_grant/introspection.spec.ts:156:36
test/e2e/grants/abstract_grant/introspection.spec.ts > introspect > with valid auth > succeeds by refresh token: test/e2e/grants/abstract_grant/introspection.spec.ts#L177
TypeError: grant.introspect is not a function ❯ test/e2e/grants/abstract_grant/introspection.spec.ts:177:36
build (18.x)
The operation was canceled.
build (20.x)
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/
build (20.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/