Questions tagged [oauth-provider]

118 questions
1
vote
1 answer

expirers_in and multiple scope types

OAuth 2.0 v30 defines expires_in to specify Client time before token will expire. This works well when you have single duration for all scopes asked in request by Client. When there're more then one type of scopes: like offline - online, for…
Artem Oboturov
  • 4,344
  • 2
  • 30
  • 48
1
vote
1 answer

oauth token for sinatra oauth2-provider

I am new to Sinatra and want to get it working with oauth2-provider gem. I followed instruction https://github.com/songkick/oauth2-provider#readme and looked at example. But after i've got access_token, i can't get information from Oauth endpoint…
Dzmitry
  • 749
  • 2
  • 11
  • 25
0
votes
0 answers

How do I configure in Salesforce an OpenID Connect Auth.Provider with a third-party that authorizes via MyID?

I'm struggling here. I've configured an OpenID Connect Auth. Provider. I've been given all the needed parameter, such as the consumer key consumer secret Authorize endpoint url token endpoint url user info endpoint url I also edited the…
0
votes
1 answer

Can I use Supertokens with linkedin login oauth 2.0 as Third party provider ? How to do so?

I was researching about identity providers and I found supertokens (https://supertokens.com/docs/guides), it seems a nice solution but I would like to know if it also accepts LinkedIn as a third party provider because I couldn't see any info about…
0
votes
1 answer

oauth-php keeps only a single access token

I am making an auth provider which allows a consumer to act on the behalf of multiple users at the same time (please dont go 'duh' yet). In my oauth_consumer_registry table (where a consumer stores its own credentials), I have the following…
Jesvin Jose
  • 22,498
  • 32
  • 109
  • 202
0
votes
2 answers

PHP OAuthProvider Returns HTTP 500

I'm working on adding OAuth to a RESTful API. Surprisingly, using PHP's OAuth and OAuthProvider classes (from pecl/oauth) I've not had any problems with signatures, etc. Where I am encountering problems is in what happens when errors such as a bad…
Ross McFarlane
  • 4,054
  • 4
  • 36
  • 52
0
votes
1 answer

Rails3 OAuth Plugin

Hi I installed OAuth Plugin on my Rails 3 app to turn it into an OAuth Provider. I followed the instruction from https://github.com/pelle/oauth-plugin under Rails 3. But, under the instructions it says the following: It requires an authentication…
railslearner
  • 1,761
  • 2
  • 14
  • 18
0
votes
0 answers

Android Firebase why do I get signed out after changing email?

When the user wants to change his password, I prompt him with a Dialog to Re-authenticate. In this dialog, he can re-auth with password or via Google/Facebook. But when I update the firebase email, the user gets signed out and I want to avoid…
mrj
  • 589
  • 1
  • 7
  • 17
0
votes
1 answer

oauth 2 provider - necessary to have both api key and app id for clients?

I am implementing an OAuth 2 provider and am wondering if it's necessary to generate both an API key and a client id for clients when they register an app with my provider. From looking at OAuth 1.0a providers like Google and Twitter, they only have…
vtsao
  • 3
  • 3
0
votes
1 answer

Exposing my API with OAuth and consuming it with an iPhone App

I've been playing with OAuth today and I implemented it on my API. So far I was consuming the services of my API with an iPhone app and I still want to do that but since I added OAuth it is getting harder to use it and I'm facing some problems. Here…
MartinMoizard
  • 6,600
  • 12
  • 45
  • 75
0
votes
1 answer

Login with OAuth

I have a .net web application (asp and c#) with login functionality (myapp), I would like to implement in a second app called secondApp a "login with myapp" button using OAuth. Do you have a good exmple with server (myapp) and client(secondApp)? I…
Lince81
  • 815
  • 5
  • 17
  • 30
0
votes
0 answers

Spring OAuth2 API combine password grant AND third-party provider

I'm looking for a solution to add third-party provider OAuth2 flow like Facebook to my existing Spring OAuth2 authorization server and resource server using Spring Security which accept only password grant actually. This work great with…
Emmanuel Loisance
  • 706
  • 1
  • 12
  • 22
0
votes
2 answers

What should I do to verify an OAuth signature in PHP with PECL OAuthProvider?

I'm trying to verify an OAuth signature in PHP with PECL OAuthProvider. But almost its functions is not documented. ex) http://www.php.net/manual/en/oauthprovider.setparam.php What should I do? Is there unofficial document or sample code for PECL…
0
votes
1 answer

implement Oauth1 Provider in java

I need to create my own oauth1 provider in java. Can any one help me how can i create oauth1 provider in java. Currently i'm using this package for implement it but can't get more help about how can i use this.using this I google this question but…
0
votes
1 answer

Providing an OAuth Javascript API

I'm setting up a website to be an OAuth 2.0 provider, much like Facebook and Twitter. Both these sites enable you to "Login with Facebook/Twitter" via a button, which opens an auth dialog. Once the user signs in, the box is closed and the requesting…
iLoch
  • 741
  • 3
  • 11
  • 32