OAuth2PythonSampleApp icon indicating copy to clipboard operation
OAuth2PythonSampleApp copied to clipboard

Can you just provide a single script that shows how to authenticate?

Open gregmushen opened this issue 1 year ago • 4 comments

Just a single script. Not sure why the sample needs to be so complicated.

gregmushen avatar Apr 06 '23 01:04 gregmushen

I found this, and it was much more useful:

https://developer.intuit.com/app/developer/qbo/docs/develop/sdks-and-samples-collections/python/python_oauth_client

nicholasmhughes avatar Apr 12 '23 22:04 nicholasmhughes

...except the example doesn't work. that's fun.

nicholasmhughes avatar Apr 12 '23 23:04 nicholasmhughes

Near as I can tell, there isn't a single script to show the workflow because the client_credentials grant isn't supported. A user with a browser needs to be "in the loop", hence the bloated web flow example for the authorization_code grant.

That's disappointing...

nicholasmhughes avatar Apr 12 '23 23:04 nicholasmhughes

The whole process is so convoluted. They simply push the burden of integration on us. Either don't offer APIs or make it easy please.

aminrabinia avatar Sep 05 '24 00:09 aminrabinia