ehalsey-quickbooks / QuickBooksASPNetCore2OpenIDConnect

Example demonstrating how to access QuickBooks Online via ASP.NET Core 2 & OpenID Connect Provider
13 stars 0 forks source link

QuickBooksASPNetCore2OpenIDConnect

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.

Getting Started

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.

Prerequisites

You'll need to create a QuickBooks app and copy the Client ID and Client Secret. Intuit Developer Getting Started

.NET Core

Changes required to default ASP.NET Core Web App

Step By Step Guide with screen shots

Or if you prefer Commit with changes

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments