Connect / Reconnect

Connecting is done from the operator's machine, not from this site. Run ./scripts/authorize.sh in the bootstrap repo to open Intuit's consent screen; Intuit will redirect back here to /api/callback, which displays the authorization code. Then run ./scripts/exchange.sh <code> <realmId> locally to obtain and store tokens. See the repo README for details.