question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

OAuth 2.0 Token Revocation

See original GitHub issue

From yan…@google.com on December 09, 2011 12:34:53

External references, such as a standards document, or specification? http://tools.ietf.org/html/draft-lodderstedt-oauth-revocation Java environments (e.g. Java 6, Android 2.3, App Engine, or All)? All Please describe the feature requested. Implement the specification for OAuth 2.0 Token Revocation. Example HTTP request:

    POST /revoke HTTP/1.1
    Host: server.example.com
    Content-Type: application/x-www-form-urlencoded
    Authorization: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW

    token=45ghiukldjahdnhzdauz&

_Original issue: http://code.google.com/p/google-oauth-java-client/issues/detail?id=20_

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:13 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
GuiSimcommented, Feb 19, 2019
0reactions
JustinBeckwithcommented, Feb 19, 2019

Greetings! Would you mind opening up a new feature request? A lot of these bugs were so old we couldn’t even tell where they came from or if they were still a problem.

Read more comments on GitHub >

github_iconTop Results From Across the Web

RFC 7009: OAuth 2.0 Token Revocation
RFC 7009 Token Revocation August 2013 1. Introduction The OAuth 2.0 core specification [RFC6749] defines several ways for a client to obtain refresh...
Read more >
OAuth 2.0 Token Revocation
The Token Revocation extension defines a mechanism for clients to indicate to the authorization server that an access token is no longer needed....
Read more >
OAuth 2.0 Token Revocation RFC 7009 - IETF Datatracker
OAuth 2.0 Token Revocation (RFC 7009, August 2013)
Read more >
OAuth 2.0 token revocation endpoint - Connect2id
1. Client initiated revocation of tokens. A client can notify the Connect2id server that a previously obtained refresh or access token is no...
Read more >
Revoke Refresh Tokens - Auth0
The /oauth/revoke endpoint revokes the entire grant, not just a specific token. Use the /api/v2/device-credentials endpoint to revoke refresh tokens.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found