AI Connector runs on a NetVision Inc workstation, so authorization starts there rather than here. The browser is only used for the Intuit consent screen and the redirect back to /callback.
Start authorization
- On the workstation, run the connector's auth command (
bun run auth). - It opens Intuit's consent screen. Sign in and pick the QuickBooks company to authorize.
- Intuit redirects to
/callbackon this domain with a short-lived authorization code. - Hand that code back to the workstation to finish the exchange. The code expires in a few minutes.
The consent screen is served by Intuit. This site never sees your Intuit username or password, and the client secret stays on the workstation.
Reconnecting
Intuit refresh tokens lapse after 100 days without use, and a revoked connection invalidates them immediately. In either case, repeat the steps above — there is nothing to clean up first.
Revoking instead
To remove access, see disconnect.