The two-legged tag has no wiki summary.
5
votes
1answer
610 views
Has anybody implemented 2 Legged OAuth using DNOA?
I am trying to create an Authentication Module in CSharp where I need to verify the Signature from the request using DotNetOpenAuth(DNOA) Library for 2 Legged OAuth which only has consumer Key and a ...
5
votes
3answers
2k views
Rails two-legged OAuth provider?
I have a rails 2.3.5 application with an API I wish to protect.
There is no user - it is an app to app style webservice (more like an Amazon service than facebook), and so I would like to implement ...
3
votes
3answers
107 views
Removing oauth_token from request header in Scribe
We're trying to connect with another company's custom API which uses two-legged OAuth to authenticate a request and send us a response.
At the moment the code we have is sending a request but it's ...
2
votes
2answers
1k views
What is meant by two legged authentication?
What is meant by two legged authentication? Where and how it is used in programming?
1
vote
1answer
557 views
Google Data API - Two Legged Auth Token Reuse
I am using two legged OAuth for Google Contact Data API and generating token on each request.
Is it advisable or Should I store token to reuse it next time ?
Also, How to detect stale token ?
I am ...
1
vote
0answers
979 views
OAuth2 User-agent flow + two-legged OAuth
I have 2 questions about OAuth2's user-agent flow.
(the current RFC draft of OAuth2's user-agent flow is here:
http://tools.ietf.org/html/draft-ietf-oauth-v2-11#section-2.2)
1)
Step C: The access ...
0
votes
0answers
9 views
Tomcat IP restriction vs Two Legged OAuth [migrated]
We have a server side API that is completely REST based. We are coding to secure them with two legged oAuth type authentication. We are planning to iPhone and Android apps in the future, but for now, ...
0
votes
1answer
96 views
Two-legged authorization with apache http server
I have an api (running in a jetty instance) where I use two-legged oauth protocol to give access to the clients. I wrote a simple java client (using oauth-signpost) to connect to the api and the ...
0
votes
1answer
397 views
Provider/Client 2-Legged OAuth I am understanding this correctly? (PHP implementation example)
I provide a developer API to a set of data, I want to add 2-legged oauth authentication so I can authenticate developers apps to use the api. Firstly is this the best solution, for this type of ...