Skip to content

Smoke test

Run these five checks the first time you set up IntuneCommander (or after an update). If all five pass, the read path end-to-end — auth → Graph → normalize → render — is healthy.

  1. Health. GET /health returns 200 — the sidecar is up.

    Terminal window
    curl http://127.0.0.1:5099/health
  2. Sign in. Click Sign in in the app (or call the endpoint). The status bar flips to Signed in.

    Terminal window
    curl -X POST http://127.0.0.1:5099/auth/signin
  3. Apps populate. GET /apps now returns rows. (Before sign-in it returns 409.)

    Terminal window
    curl http://127.0.0.1:5099/apps
  4. A list loads in the UI. Open Devices → Compliance Policies from the navigation. The list populates.

  5. A detail opens. Open a Scope Tag (Tenant Admin). The detail pane shows its full JSON.