
Support
This integration is community supported. Learn more
Quickbooks Online
Integrate QuickBooks login into your Auth0 application
QuickBooks is an accounting software product developed by Intuit with over 2 million users across almost 200 countries. Using the Auth0 + QuickBooks integration, you can add a button to your Auth0 application that allows your users to sign in with their QuickBooks account. Enabling QuickBooks login will create an easier login experience for your users, while also providing you with basic user profile information that can be utilized by your application.
Support
This integration is community supported. Learn more
Verified Users
QuickBook's professional user base can become your own when you add the option to sign in with QuickBooks.
User Onboarding
Speed up user onboarding by allowing QuickBooks users to sign up for your application using their existing account.
Security
You can count on Intuit's extensive security options and auditing when enabling QuickBooks login.
The QuickBooks Online social connection allows users to log in to your application using their QuickBooks Online profile.
By default, Auth0 automatically syncs user profile data with each user login, thereby ensuring that changes made in the connection source are automatically updated in Auth0. Optionally, you can disable user profile data synchronization to allow for updating profile attributes from your application.
Prerequisites
Before you begin, sign up for an Intuit Developer account.
Set up app in QuickBooks Online
Set up a QuickBooks Online application in the Intuit Developer portal. During this process, Intuit will generate a Client ID and Client Secret for your application; make note of these.
While setting up your app, use the following settings:
Field | Value to Provide |
---|---|
Redirect URI | https://YOUR_DOMAIN/login/callback |
Find your Auth0 domain name
If your Auth0 domain name is not shown above and you are not using our custom domains feature, your domain name is your tenant name, your regional subdomain (unless your tenant is in the US region and was created before June 2020), plus.auth0.com
. For example, if your tenant name were exampleco-enterprises
, your Auth0 domain name would be exampleco-enterprises.us.auth0.com
and your redirect URI would be https://exampleco-enterprises.us.auth0.com/login/callback
. (If your tenant is in the US and was created before June 2020, then your domain name would be https://exampleco-enterprises.auth0.com
.)
If you are using custom domains, your callback URL will have the following format: https://<YOUR CUSTOM DOMAIN>/login/callback
.
Test connection
You're ready to test your connection.
Support
This integration is community supported. Learn more