Questions tagged [oauth-provider]
118 questions
2
votes
1 answer
Zend Framework OAuth $_GET parameters
Goal: Creating an Oauth Provider for use within a Zend Framework web application.
Process so far: Integrated the Zend Framework OAuth Client (ZF 1.12) with the Google Code OAuth classes [http://code.google.com/p/oauth/]. ZF Client for use as a…

Drew Anderson
- 534
- 3
- 14
2
votes
1 answer
oauth 2.0 showing authorization page again
I am new to oauth 2.0 and reading up on it. I tried using oauth 2.0 for my app with 37signals site and ran into a problem. Now sure if its as designed. Any here is what I see.
User is already logged into 37signals site.
My app starts the oauth…

user1566788
- 585
- 2
- 6
- 14
2
votes
2 answers
Any pointers on implementing oAuth Server on DNN?
I need to build an ecosystem of online tools (these tools are on various platforms like Moodle, Website Baker, ASP.Net, php, etc, some already built, some purchased from other vendors and some to be built), where I want a single login that the end…

Moiz Tankiwala
- 6,070
- 7
- 38
- 51
2
votes
0 answers
Request Token is not retrived while authentication using Signpost for OAuth
public class Tumblr {
public static void main(String args[]) throws OAuthCommunicationException, OAuthMessageSignerException, OAuthExpectationFailedException, OAuthNotAuthorizedException
{
OAuthConsumer consumer = new…

Jhanvi
- 5,069
- 8
- 32
- 41
2
votes
2 answers
Accessing my own REST API with OAuth authorization
I'm pretty new to OAuth and API security.
I'm building a REST API that will be accessed by my own mobile application.
I want to expose API to other developers via OAuth authorization and authentication and I'll be using my own OAuth provider.
What…

Gal Ben-Haim
- 17,433
- 22
- 78
- 131
1
vote
1 answer
Are there any open source OAuth 2 providers/servers for internal use
I really want to host my own private OAuth 2 server/provider for internal use. I would perfer an open source solution.
I can't seem to find any. Either I am trying to do something dumb or I am not looking in the right place...

Karl Strings
- 1,017
- 9
- 22
1
vote
0 answers
Firebase Linking provider SignIn not recognizing user
In the main login screen, users can select from different sign-in providers. Choosing one triggers the signInWithCredential function, which attempts to login and link the account if necessary.
However, Apple allows users to hide their email for…

David.C
- 257
- 3
- 17
1
vote
0 answers
App engine returning 400 error for access token request
I was trying to implement oauth javascript client using Google app engine oauth end points.
I registered my myapp.appspot.com domain with my google account.
I was able to retrieve the verification.
But received a 400 error trying to fetch the access…

Venkata Ramana
- 21
- 1
- 3
1
vote
1 answer
Problems decoding JSON data from Twitter API (THM oauth)
I am using tmhOAuth.php / class to login into twitter. I have been successful in logging in and sending a tweet.
When I go to use the friends.php script, I am having some problems inserting into my database. I do believe that my problem lies some…

Chad
- 643
- 2
- 11
- 22
1
vote
1 answer
C# Asp.net Linkedin authorization using Linkedintoolkit with DotNetOpenAuth
I am trying to authorize my ASP.net application to use the Linkdin APIs but can't seem to authenticate properly. I was hoping someone could take a look at my source code and see what I might be doing wrong.
First off, I'm trying to follow the…

pat8719
- 1,700
- 1
- 26
- 47
1
vote
1 answer
Using OAuth to authenticate a GoogleApps Calendar widget our web app (Using Google as a two legged OAuth client)
I am currently investigating the feasibility of integrating a Google Apps calender with my application. One of my use cases involves adding a custom widget to the calendar. The user will use this widget to add special calendar events, the widget…

iain
- 10,798
- 3
- 37
- 41
1
vote
3 answers
Where is the libOAuth.a source?
Nowadays, I'm working on an iPhone project that is using social connections such as Twitter, Facebook..
When I tried to implement Twitter+OAuth solution into my project some another parts of project such as MySpace is giving error on oAuth…

fyasar
- 3,996
- 2
- 42
- 55
1
vote
1 answer
oauth for mobile application
I have a server(web) application and have exposed RESTful webservices so that third party companies can develop thier mobile applications on top of it. I want to have oAuth for authentication.
I understand how oAuth works for third party websites,…

Robin
- 6,879
- 7
- 37
- 35
1
vote
1 answer
3r Party AuthProvider - callback url redirect
My project includes the firebase sign-in methods: Twitter, Facebook, Google and Github.
I am using firebase.auth().signInWithPopup() to handle authentication and callback. It works fine when run in the browser:
in mobile, this is different. I…
user4422315
1
vote
1 answer
Use cases for OAuth - what are your ideas?
I want to put a question about what ideas do you have regarding Open Authentication (oauth) and what are your use cases of that simple and genius protocol.
One use case is the Facebook scenario, where user data is accessed if the user authorize this…

luben
- 2,512
- 4
- 30
- 41