0
votes
0answers
9 views

How do I verify the bearer token in DotNetOpenAuth

I'm struggling to find any documentation for DotNetOpenAuth on how to do this. I know the client sends the bearer token, but how do I verify it (other than verifying it's in the appropriate ...
0
votes
0answers
9 views

OAuth Server - Token URL in front of or behind login?

I am implementing an OAuth server. Given that the general OAuth exchange is Client requests authorization url Server ensures client is logged in Server returns authorization code to client provided ...
0
votes
0answers
35 views

Securing REST API for single page JS app?

I'm interested in developing a RESTful JSON data API using Sinatra, and have an HTML5/JS app consume that data API. Obviously the data API needs some form of authentication so that user Joe can only ...
0
votes
0answers
27 views

ASP.NET MVC Example App using an external OAuth2 provider

Someone at my company has written an OAuth2 mechanism in Ruby/Rails. I would like to use that mechanism for authentication in my new ASP.NET MVC app. But I am not sure where to begin. Do I need to ...
0
votes
0answers
18 views

how to get access and refresh tokens with OAuth2?

I am using VB.NET to get access with OAuth2. making request for offline access, looks similar: https://accounts.google.com/o/oauth2/auth? ...
0
votes
2answers
38 views

Is it possible to implement Oauth 2.0 without javascript?

On my e commerce site I offer my users openid login. All major providers, except facebook offered an openid endpoint this. Facebook only offered oauth 2.0. For that exception I set up an openid ...
0
votes
0answers
6 views

Google API Requests (Calendar)

I would like to pull all the events for a certain Google Calendar owned by my Google account. I have registered my application and have the Client ID, Client Secret, and API Key. I am planning to use ...
0
votes
1answer
40 views

OAuth - Get Twitter access token

Is it possible to get a Twitter access token with OAuth 2.0? I came along this thread but I don't understand it. Do they support OAuth 2.0 or are they still using OAuth 1.0A?
0
votes
0answers
17 views

Secure iOS web service calls using OAUTH2

I've read a few other posts on this, but still haven't found an ideal way of doing this. What is the best way to prevent reverse engineering attempts on a web service call that does not require a ...
-1
votes
0answers
29 views

OAuth or OpenAuth [closed]

Is it authorisation only or can it also be used for user synchronisation like AD? can it also be used for retrieval of the list of users so that they can be imported into application?
0
votes
0answers
43 views

Google, Facebook, Yahoo oauth/oauth2 in Android application

I need to implement Yahoo oauth and Google, Facebook oauth2 in my Android application. Whether there are similar libraries for Android like HybridAuth that act as an abstract api between your ...
-1
votes
0answers
102 views

Example of Angular.js Github API OAuth Registration [closed]

Can someone point me, or provide, an example of performing basic OAuth registration with the GitHub API using Angular.js?
1
vote
0answers
40 views

Google OAuth access tokens

I'm so confused by OAuth and Google. It took me forever to get the refresh_token to create a new access_token. Then to find out the refresh_token expires too?? What is the point of that!!!?? All I ...
0
votes
0answers
24 views

Access Token Generation From Scratch

Every search of access token generation seems to return how to do it with Facebook, Twitter, etc. But I need to create my own mechanism of how to generate an access token when a user/client obtains ...
0
votes
1answer
49 views

Endpoints API with authentication

My question is : can I use endpoints API or a service with OAuth protocol in general, in sort of that i not need to authenticate the user all time that it send a request to the server but only the ...

1 2 3 4 5 30
15 30 50 per page