Questions tagged [2-legged]

2-Legged oauth is a mechanism for third party applications, mostly mobile and desktop clients, of getting user protected resource by getting access token in exchange of user and password.

47 questions
0
votes
1 answer

Google GData Java 2-legged OAuth signature verification fails

My Consumer Code is as follows, GoogleOAuthParameters oauthParameters = new GoogleOAuthParameters(); oauthParameters.setOAuthConsumerKey(CONSUMER_KEY); oauthParameters.setOAuthConsumerSecret(CONSUMER_SECRET); …
SureshAtt
  • 1,891
  • 2
  • 17
  • 22
0
votes
1 answer

does two legged oauth2.0 have/support callbackAuthorize?

In the three legged flow you have a callbackAuthorize which would allow you to retrieve the code, which you can exchange for an access token. I'm wondering if two legged oauth has something similar (which calls you back with your auth token) or if…
1 2 3
4