Example of how to access QuickBooks Online via ASP.NET Core 2 & OpenID Connect Provider
This is a minimal sample that displays customers from QuickBooks Online. It is not intended to be used as a production solution.
These instructions will get you a project up and running that demonstrates everything you need to build an ASP.NET Core 2 web application that will use the single sign on capabilities of QuickBooks online usinge the Microsoft supplied OpenId Connect authentication provider. You can also clone this repro and run the application after making a couple of minor changes to specify your QuickBooks App Client ID and Client Secret as well as add your web applications redirect URI in your QBO App configuration.
You'll need to create a QuickBooks app and copy the Client ID and Client Secret. Intuit Developer Getting Started
Step By Step Guide with screen shots
Or if you prefer Commit with changes
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details