Hermes 284313f908
Some checks are pending
Bidi Control Character Guard / bidi-control-guard (push) Waiting to run
Circular Dependency Check / Check for new circular dependencies (push) Waiting to run
Citus Migration Smoke / Combined migrations on single-node Citus (push) Waiting to run
E2E Fresh Install Tests / fresh-install-e2e (push) Waiting to run
ext-v2 guardrails / Run ext-v2 guard and ESLint (push) Waiting to run
Integration Tests / Check for relevant changes (push) Waiting to run
Integration Tests / ${{ (github.event_name == 'schedule' || github.event.inputs.suite == 'full') && 'Full integration suite' || 'Tier-1 integration subset' }} (push) Blocked by required conditions
Mobile checks / Mobile lint + typecheck (push) Waiting to run
Mobile checks / Mobile unit tests (push) Waiting to run
Mobile checks / Mobile dependency audit (report) (push) Waiting to run
Mobile checks / Mobile reproducibility checks (push) Waiting to run
Secrets guard (env backups) / Ensure no tracked env backup files (push) Waiting to run
Temporal Readiness / fast-readiness (push) Waiting to run
Temporal Readiness / docker-parity (push) Waiting to run
TypeScript Type Check / Nx affected typecheck (push) Waiting to run
Unit Tests / Skipped-test budget (push) Waiting to run
Unit Tests / Nx affected unit tests (push) Waiting to run
Unit Tests / Server unit coverage (informational) (push) Waiting to run
Validate Tenant Management Schema / Check for relevant changes (push) Waiting to run
Validate Tenant Management Schema / Validate Tenant Management Schema (push) Blocked by required conditions
EE Workflows Build Guard / ee-workflows-build-guard (push) Waiting to run
Initial import of AlgaPSA codebase from PSA server
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz

Source: /opt/alga-psa on psa.joliet.tech
2026-06-22 16:12:17 -05:00

13 lines
2.4 KiB
JSON

[
{ "id": "T001", "implemented": true, "featureIds": ["F002"], "description": "OIDC discovery against the REAL Google well-known doc returns issuer=accounts.google.com + a jwks_uri (mcpIdpPresets.test.ts)" },
{ "id": "T002", "implemented": true, "featureIds": ["F002"], "description": "OIDC discovery against the REAL Microsoft well-known (common) returns the v2.0 issuer + jwks_uri (mcpIdpPresets.test.ts)" },
{ "id": "T003", "implemented": true, "featureIds": ["F003", "F004"], "description": "Preset resolution: microsoft + tenant id -> correct v2.0 issuer + discovered JWKS + default subject_claim azp; google -> fixed issuer + well-known JWKS + sub (mcpIdpPresets.test.ts)" },
{ "id": "T004", "implemented": false, "featureIds": ["F001", "F004", "F005"], "description": "addTrustedIdp via the microsoft preset stores resolved issuer/jwks/subject_claim and kind='microsoft' (DB-backed; live-verified manually, not yet automated)" },
{ "id": "T005", "implemented": true, "featureIds": ["F003", "F004", "F012"], "description": "Mock-IdP round-trip: a real RS256 token + local JWKS validates through authenticateAgentToken and resolves the bound agent; subject taken from the configured claim (mcpAgentTokenValidation.test.ts). DB dispatch itself is exercised by the live synthetic drive." },
{ "id": "T006", "implemented": false, "featureIds": ["F006", "F007"], "description": "Admin UI happy path: pick Microsoft, enter tenant id, save -> issuer/JWKS auto-fill, the IdP appears in the list (live-verified in-browser)" },
{ "id": "T007", "implemented": false, "featureIds": ["F008", "F009"], "description": "Reuse: a tenant with an existing Microsoft connection sees a pre-filled Entra tenant id suggestion (live-verified in-browser)" },
{ "id": "T008", "implemented": true, "featureIds": ["F011", "F012", "F013"], "description": "Hosted built-in: validates with no registered row and skips the tenant match (mcpAgentTokenValidation.test.ts); PRM advertising built-ins live-verified via curl" },
{ "id": "T009", "implemented": true, "featureIds": ["F004"], "description": "Regression: 'custom' kind still works with raw issuer/jwks/audience/claim, no discovery (mcpIdpPresets.test.ts)" },
{ "id": "T010", "implemented": true, "featureIds": ["F015", "F016"], "description": "Subject-claim: Microsoft preset defaults to azp (mcpIdpPresets.test.ts); duplicate (issuer, subject) returns a friendly 409 (live-verified end-to-end via the API)" }
]