python-oauth2 icon indicating copy to clipboard operation
python-oauth2 copied to clipboard

Adds a keyword argument for explicitly setting the realm parameter for an OAuth Authorization header

Open jgaul opened this issue 12 years ago • 4 comments
trafficstars

My need for this specifically came up because the OAuth implementation for the QuickBooks Online API rejects a realm of "https://qbo.sbfinance.intuit.com" ('WWW-Authenticate: OAuth oauth_problem="parameter_rejected", oauth_parameters_rejected="realm"') as auto-constructed from a request to "https://qbo.sbfinance.intuit.com/resource/customer..." but accepts a realm of "qbo.sbfinance.intuit.com".

As this override option is implemented as a keyword argument with a default, the revised version of the library should be wholly backward-compatible.

Best, Jon

jgaul avatar Feb 05 '13 23:02 jgaul

Hello! Is anyone still monitoring this repo?

jgaul avatar Mar 01 '13 01:03 jgaul

I don't think anyone is. I need this patch too. Just gunna fork.

glenbot avatar Aug 01 '13 02:08 glenbot

Ahoy, we are attempting to get this maintained. Got someone to transfer it to @jaitaiwan and I.

joestump avatar Jul 29 '15 03:07 joestump

@glenbot or @jgaul Would either of you have a test for this patch in one of your repos?

joestump avatar Jul 29 '15 03:07 joestump