Questions tagged [oauth-provider]

118 questions
1
vote
1 answer

PHP seg fault using PEAR OAuth provider class

I'm trying to create a oauth provider using PHP and it's official oauth class. I'm just trying to make the provider handle the request but It gives me a two segfault actually. Here is my provider
Paté
  • 1,914
  • 2
  • 22
  • 33
1
vote
0 answers

Flask-OAuthlib to implement OAuth implicit flow

Is it feasible to implement oauth provider implicit flow using Flask-OAuthlib? I have been trying this for more than a week now. I can't share codes because of some internal company policy. My issue is OAuthlib has everything predefined: from what…
gsverma
  • 11
  • 4
1
vote
2 answers

How to get userinfo with Microsoft OAuth after successfully authenticated

My applications should login with Microsoft account (OAuth Provider). I got stuck to get user info after successfully authenticated by using following…
Sree
  • 2,792
  • 8
  • 25
  • 33
1
vote
1 answer

Does OAuth 2.0 covers End-User acting of behalf of another End-User?

My needs: Let's consider 2 end-users of the same domain. User UA is the resource owner of resource RA. User UA wants to delegate access of resource RA to end-user UB. My main OAuth 2.0 interest comes from total token control (revocation at any…
Yves M.
  • 29,855
  • 23
  • 108
  • 144
1
vote
2 answers

openid along with oauth?

In my application, users sign in/sign out via openid ( same as stackoverflow ). I would like to open up my application a bit via oauth to third party applications. How do I create my app which is openid-consumer to make it oauth-provider? Is…
iamgopal
  • 8,806
  • 6
  • 38
  • 52
1
vote
0 answers

OAuth Client Authentication Methods? (Alternatives to http basic)

My question is regarding authentication of Oauth2.0 clients with my Oauth2.0 provider. The Oauth2.0 spec states that it recommends something more secure than simple password authentication for clients. I'm wondering what some of those mecahnisms may…
jacheson
  • 1,303
  • 2
  • 12
  • 16
1
vote
0 answers

How to deal with oAuth callbacks to non webservers?

I'm currently building an oAuth2 server so that external clients/devices can access data from my service without having to send over user credentials with every request. I've finally grasped how oAuth works after spending an entire day reading…
Joel Murphy
  • 2,472
  • 3
  • 29
  • 47
1
vote
0 answers

How to implement Oauth2 Provider in REST Api Server?

I am developing REST API Server in Node.js and it is almost Ready. Now I am trying to implement Authentication to API server. I decided to use OAuth2 for this. I think I will be Using grant type password, as most of the Apps that will use my service…
Yalamber
  • 7,360
  • 15
  • 63
  • 89
1
vote
0 answers

Invalid signature for signature method HMAC-SHA1

I am using oauth 1.0 provider implementation to protect my api as security mechanism. I am using Oauth Test Client to request token, authorize and get access token and it is working quite fine. But I can not access my protected resources using it as…
khobab
  • 277
  • 5
  • 16
1
vote
2 answers

jersey.oauth.signature.UnsupportedSignatureMethodException: HMAC-SHA1

I'm working on an OAuth server implementation based on the jersey-oauth 1.16 contrib in GlassFish 3.1.2 container and I'm getting this exception when trying to connect to it via Scribe client API: AuthFilter.filter:…
TheArchitect
  • 2,161
  • 1
  • 12
  • 16
1
vote
1 answer

invalid_credentials with omniauth on heroku

I implemented a project configured with OmniAuth/Twitter and OmniAuth/Facebook. in development mode with any problem. But when i tried on heroku. it refused to work. use Rack::Session::Cookie use OmniAuth::Builder do provider :twitter,…
Bolo
  • 2,668
  • 4
  • 27
  • 34
1
vote
0 answers

pyramid custom oauth2 decorator

Currently using Kevin Van Wilder oauth2 server project http://code.google.com/p/pyramid-oauth2/, its in development, but great part of the functionality working well in my project but i had this problem with one of his decorators, i am new to…
Raul Gomez
  • 620
  • 7
  • 15
1
vote
2 answers

PHP OAuthProvider rejecting signature method on staging server

I've made an OAuth Provider using the PHP Extension. This works fine in my development environment but after moving it to our Staging server I keep receiving the error message: oauth_problem=signature_method_rejected I've tested this by connecting…
DanielM
  • 6,380
  • 2
  • 38
  • 57
1
vote
1 answer

pyramid_oauth2 service provider documentation or examples

I need to make an api in pyramid and i think oauth2 would be good to implement not to reinvent the wheel, already installed pyramid_oauth2 package but not sure about documentation or examples. Somebody knows any good resource? a github project or…
Raul Gomez
  • 620
  • 7
  • 15
1
vote
1 answer

With the fiasco of OAuth 2.0 what is a new provider to do?

Ironically, right around the time I'm working on an Authentication Provider, articles like this start popping up. So now I'm wondering - what is a new provider to do? The Auth provider I'm working on will mostly used across a stack of internal apps…
Jon Phenow
  • 3,974
  • 5
  • 26
  • 30