docs: add Intuit (QuickBooks) auth provider reference page [TOO-1144]#1016
Open
EricGustin wants to merge 2 commits into
Open
docs: add Intuit (QuickBooks) auth provider reference page [TOO-1144]#1016EricGustin wants to merge 2 commits into
EricGustin wants to merge 2 commits into
Conversation
Customer-facing page on using and configuring Intuit/QuickBooks OAuth with Arcade: scopes table, create-an-app steps on the Intuit Developer portal (including the production-keys assessment note), configuring a custom provider in the dashboard, app-code examples (Python + JS), and a custom-tool example. Adds the Intuit ToolCard to the auth-providers index. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Intuit (QuickBooks) auth provider reference
Adds the public reference page for the Intuit (QuickBooks) OAuth auth provider, plus
the index ToolCard entry.
Linear: TOO-1144
The OAuth flow was validated end-to-end against a live Engine before these PRs were
opened
Files
app/en/references/auth-providers/intuit/page.mdxNote
Low Risk
Documentation-only changes with no runtime, auth, or application code modifications.
Overview
Adds public docs for the Intuit (QuickBooks Online) OAuth auth provider so developers can discover and configure it like other built-in providers.
The new
intuit/page.mdxreference covers OAuth scopes (accounting, payments, OIDC), Intuit Developer app setup (redirect URI, sandbox vs production keys), dashboard registration in Connected Apps, and examples forclient.auth.startin Python/JavaScript plus a custom tool usingIntuit()and QuickBooks realm id.The auth providers catalog gains an Intuit
ToolCard(QuickBooks image), andpublic/llms.txtis regenerated to include the new page link.Reviewed by Cursor Bugbot for commit f6188d1. Bugbot is set up for automated code reviews on this repo. Configure here.