Questions tagged [oauth-provider]

118 questions
0
votes
1 answer

How to implement OAuth for my website one and use it for website two

I want to implement OAuth/OpenID for Website One and use it in Website Two. I create Sign Up, Sign In, Sign Out, Profile functionality/Pages for Website One and want to use authentication in Website Two like Facebook or Twitter authentication. As an…
TIKSN
  • 615
  • 1
  • 6
  • 24
0
votes
1 answer

Custom login module or OAuto provider

I'm writing an application, and I've only had experience using a custom login module with Glassfish fo handling user login. If deploying in the Cloudbees cloud, I'm assuming that providing a custom login module is not a possibility, correct? And…
John Manko
  • 1,828
  • 27
  • 51
0
votes
1 answer

Oauth Multi tenancy: Should access token be generated per user or tenant?

We have a platform that is running on a Multi-Tenant scheme. So we have Tenant as parent and Users as children in the scenario. We are developing a Rest API on that platform (we have SOAP services now) with Oauth authentication scheme. I am curious…
gnaungayan
  • 522
  • 1
  • 9
  • 22
0
votes
2 answers

What are some services that provide user authentication for your website?

I am developing a small website and I don't want to implement a full authentication workflow given the scope of the project and I can't rely that all users have Facebook account (so I need fallback from Facebook Connect). I want to offload the user…
pathikrit
  • 32,469
  • 37
  • 142
  • 221
0
votes
2 answers

implementing authentication using oauth 2.0 and wicket

I try to bring up secure communication with our customer using oauth 2.0. first of all I have to confess that I am totally new to oauth. Used technologies are as follow: wicket, spring, I took the following steps. Add dependency in…
noName
  • 133
  • 1
  • 12
0
votes
1 answer

oauth working with java but not in android

I have a Java program communicating with a server for authentication and displaying the correct response: public class Example { private static final String PROTECTED_RESOURCE_URL = "http://testwebsite.com/"; public static void main(String[]…
Jayakumar Bellie
  • 9,298
  • 2
  • 17
  • 14
0
votes
1 answer

Google GData Java 2-legged OAuth signature verification fails

My Consumer Code is as follows, GoogleOAuthParameters oauthParameters = new GoogleOAuthParameters(); oauthParameters.setOAuthConsumerKey(CONSUMER_KEY); oauthParameters.setOAuthConsumerSecret(CONSUMER_SECRET); …
SureshAtt
  • 1,891
  • 2
  • 17
  • 22
0
votes
2 answers

PHP oAuth2 Provider

I am trying to find a tutorial on how to build an oAuth2 Provider with PHP. I googled about it and no results came up. Exists out there any guides on how to do this? Or something like a library that can help me implement an oAuth2 Service Provider…
Paris
  • 6,323
  • 7
  • 31
  • 49
0
votes
2 answers

OAuth2 and Drafts

I'm going to implement on my site a OAuth Provider, but I'm little confused: There are many drafts, of the client and of the server version. I have to use the same version right? In many implementations the draft version isn't even written! Is it…
M4rk
  • 2,172
  • 5
  • 36
  • 70
0
votes
1 answer

Implementing OAuth support on a website

I want to extend my website to support OAuth so that third party applications can access data and perform actions on behalf of the website user. How should I go about it? Basically I would like to know how to go about generating access tokens and…
0
votes
1 answer

Can I configure DotNetOpenAuth request token expiration?

In our API we implemented DotNetOpenAuth (v3.4.7). We frequently receive the exception "A token in the message was not recognized by the service provider", along with this stack trace: at…
Jacco
  • 3,251
  • 1
  • 19
  • 29
0
votes
2 answers

pecl/oauth vs pecl/oauthprovider signature mismatch

I wrote a simple oauth provider and consumer using the pecl oauth package. Everything goes well until I attempt to get an access token, at which point I get a signature mismatch error. The oauth consumer attempts to contact the provider using the…
Nielsvh
  • 1,151
  • 1
  • 18
  • 31
-2
votes
1 answer

google as identity provider and oauth

Apologies upfront. Fairly confused about Google's identity provider platform. Hopefully I can ask this question in an intelligible way. Here goes: I'm looking to setup this "platform" as a identity provider where the credentials (email and…
1 2 3 4 5 6 7
8