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.
-
Health.
GET /healthreturns 200 — the sidecar is up.Terminal window curl http://127.0.0.1:5099/health -
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 -
Apps populate.
GET /appsnow returns rows. (Before sign-in it returns409.)Terminal window curl http://127.0.0.1:5099/apps -
A list loads in the UI. Open Devices → Compliance Policies from the navigation. The list populates.
-
A detail opens. Open a Scope Tag (Tenant Admin). The detail pane shows its full JSON.