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

revoke_uri return a google url even if used against another OAuth endpoint provider #323

Open
GoogleCodeExporter opened this issue May 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Thanks so much for making this work with other OAuth providers, but I noticed 
when I sent a request to one of those external providers I get back:

{
    "client_secret": "client_secret_goes_here",
    "revoke_uri": "https://accounts.google.com/o/oauth2/revoke",
    "access_token": "access_token_goes_here",
    "id_token": null,
    "refresh_token": null,
    "client_id": "client_id_goes_here",
    "token_response": {
        "token_type": "bearer",
        "access_token": "access_token_goes_here"
    },
    "_class": "OAuth2Credentials",
    "_module": "oauth2client.client",
    "token_expiry": null,
    "token_uri": "https://app.someotherapp.com/oauth/token",
    "user_agent": null,
    "invalid": false
}

I think the revoke_uri should either be blank or something if the provider gave 
one back,  but as it stands I doubt you're taking revoke requests for other 
vendors :-)? Thanks!

Original issue reported on code.google.com by [email protected] on 1 Feb 2014 at 6:02

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

No branches or pull requests

1 participant