Golden Path Setup Wizard

Tenant: tenant_acme

Current launch-readiness status: unknown

  1. Configure tenant environments

    Confirm tenant env enablement and pinned region in the admin home page.

  2. Register upstream IdP and platform connection

    Create OIDC/SAML upstream entries and platform connection audiences/scopes.

  3. Validate discovery and JWT trust

    Run smoke conformance for discovery/JWKS contract checks.

    command: pnpm test:conformance-smoke

  4. Run reference platform OIDC flow

    Run full login and code-exchange verification against staging issuer.

    command: pnpm test:reference-platform-e2e

  5. Run security and launch gates

    Generate security + launch artifacts and confirm no blockers remain.

    command: pnpm test:security && pnpm launch:gate --run-id <run-id> --artifacts-dir artifacts/launch-readiness

Checklist reference: specs/verification/golden-path-integration-checklist.md

Back to admin home