Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jgaul
Copy link

@jgaul jgaul commented Feb 5, 2013

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

…uests OAuth Authorization header. Useful in case an OAuth implementation incorrectly rejects the auto-constructed realm.
@jgaul
Copy link
Author

jgaul commented Mar 1, 2013

Hello! Is anyone still monitoring this repo?

@glenbot
Copy link

glenbot commented Aug 1, 2013

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

@joestump
Copy link
Owner

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

@joestump
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants