Questions tagged [two-legged]
19 questions
0
votes
1 answer
Two-legged OAuth Yahoo PHP example
I try to make private API requests for Yahoo. I used the code below but it does not work. It always returns the message 'invalid sig'.
Can you help me with a Two-legged OAuth Yahoo PHP example that works?
Thank you very much.

Junior
- 507
- 5
- 19
0
votes
1 answer
OAuth invalid signature
I am having trouble with OAuthorization, I have a flash player application requesting a PHP script.
The PHP is always returning:
{"status":false,"message":"Invalid Signature"}
I tried two differents…

Carlos Oliveira
- 846
- 10
- 23
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…

Tashdid Khan
- 53
- 4
-1
votes
1 answer
MS Graph two-legged Oauth 2.0
I've set up access to MS Graph API, using Oauth 2.0 3-legged, where permission is asked to final user.
Is it possible to set up MS Graph API Oauth 2.0 for a Office 365 Domain, Group of users via Azure AD or Admin in Office 365 Portal? In other…