oauth-provider Questions

7

Solved

The term "resource owner" is defined in the OAuth v2.0 Specification, as "An entity capable of granting access to a protected resource. When the resource owner is a person, it is ref...
Bichromate asked 7/6, 2011 at 17:39

5

Solved

In this snippet: @RequestMapping(method = GET) public List<Place> read(Principal principal) { principal.getName(); } principal.getName() gives me the user identification but I need a way...

2

I have built an oauth provider using django-oauth-toolkit. I would now like to allow users of my client application to log in through this provider. My understanding is that django-allauth is the...
Prisage asked 7/6, 2016 at 22:26

1

Solved

I am using oauth2_provider for my rest_framework. I am trying to write test case for my api. I have obtained an access token. But I am not able to authenticate user using access token in APIClient ...

7

I am trying to fix an intermittent issue when using Google as an external login provider. When attempting to login, the user is redirected back to the login page rather than being authenticated. ...
Getup asked 12/5, 2014 at 16:16

2

I try to use OAuth Provider in PHP (PECL Package) behind a apache reverse-proxy the client uses POST https://api.com/resource/oauth/request-token but my oauth provider receives POST http://ap...
Bloodstain asked 3/1, 2013 at 15:49

3

Solved

I'm building a web app which will have an api and an authorization service using DotNetOpenAuth. I found this example on how you can authorize using a service provider that already exists but I wou...
Sculptress asked 11/7, 2012 at 17:51

3

Solved

I am using PHP library for OAuth2.0 v20 In draft20, there is a mention of the use of state to prevent CSRF So far, my own web app that implements this PHP library allows the following: 3 legged au...
Kirwin asked 17/6, 2012 at 13:4

3

I am searching a working oauth2 provider server implemented on java, leeloo and spring security are some that I have found, but there is no working example. https://github.com/SpringSource/sprin...
Zoophobia asked 11/10, 2011 at 13:28

3

Solved

I am currently writing a rest API in python with the microframework Flask. It's a private API and it deals with user data. I plan to use this API to build a web and an Android app. For now I use d...
Coronado asked 28/8, 2011 at 23:7

1

Solved

I'm trying to figure out how to use ASP.Net MVC 4's new OAuthWebSecurity functionality. Is it possible when clicking on the facebook or twitter external login button to have the form post to a pop-...

1

Solved

I would like to implement OAuth 2.0 for my Spring 3.1 and RESTEasy project. The project is a JSON based REST service. I use Spring Security 3.1 and spring-security-oauth2 version 1.0.0.RC2 (which s...
Ballast asked 5/10, 2012 at 11:55

2

Solved

I am implementing an OAuth Provider to secure different web-based APIs. The most headache is giving me the securing of WebSockets through OAuth. Can it be done completely secure in a client that'...
Knavery asked 26/4, 2012 at 11:8

2

Solved

I want to understand what is usually meant by the term "OAuth Provider". There seems no mention of it in the OAuth specification. If we consider a OAuth Provider as a component of an appl...

3

Solved

I have an api which uses OAuth 1.0a to authenticate applications using it. It's replacing an old api which used a number of custom built and hodge-podge calls which are being deprecated. It's well...

3

I'm struggling finding a usable gem which provides the following for a Rails 2.3.5 application: we want to protect out API with oAuth 2; therefore a Controller for creating access/request Tokens ...
Karyolysis asked 26/10, 2010 at 16:8

2

Solved

I'm trying to find my way around the OAuth spec, its requirements and any implementations I can find and, so far, it really seems like more trouble than its worth because I'm having trouble finding...
Wu asked 29/3, 2010 at 18:15

3

Solved

OAuth allows the you the User to grant access to his private resources on one site to another site. But how exactly does this happen. And if I want to provide OAuth features in my site, (both as Se...
Phocaea asked 16/6, 2011 at 5:34

1

Solved

I've been using the Facebook Graph API (uses oauth 2.0 for authentication) successfully for a while now. I now need to write my own API which allows developers to connect to it in a similar fashion...
Preciosity asked 13/5, 2011 at 15:22

3

Solved

Alright I am trying to set up an OAuth Provider in PHP, but I just cannot get the hang of it. I've been referenced to this page a number of times, but I cannot wrap my head around it. Could someone...
Anew asked 10/8, 2010 at 22:42

2

Solved

I have a rails 2.3.5 application with an API I wish to protect. There is no user - it is an app to app style webservice (more like an Amazon service than facebook), and so I would like to implemen...
Typescript asked 5/5, 2010 at 17:0

2

Solved

Are there any open source projects that enabled implementing OAuth Server? Apache Foundation ones?
Puerperal asked 24/2, 2011 at 17:51

2

Solved

I am implementing an OAuth Provider using DevDefined library. I wonder if there is any recommended database structure for storing consumer and token data on the server side. Any advice on this wo...
January asked 26/12, 2010 at 15:26

2

Solved

How can I add a Oauth provider to a web application using Zend Framework? Zend Framework has support for oauth consumers, but I don't see a provider support. What do you use to implement a Oauth pr...
Jarrell asked 31/10, 2010 at 1:18

1

Solved

Quick question regarding the OAuth2 Spec, in particular section 5.1.5. Reading that spec, it appears that the response needs to be formatted as JSON regardless of the format requested. Is that the ...
Cineaste asked 22/6, 2010 at 20:16

© 2022 - 2024 — McMap. All rights reserved.