oauth-provider
Via OAuth - should 3:rd party apps be able to retain multiple access tokens per resource owner?
In the API we\'re developing, the access tokens are unique. With that I mean that there can only be one access token per application and user.[详细]
2023-03-05 00:52 分类:问答Rails oauth-plugin: multiple strategies causes duplicate nonce error
I have a controller action that may be hit by the client with a oauth client token (no authenticated user), or may be hit by an authorized client with an access[详细]
2023-03-01 08:19 分类:问答Java OAuth Server [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-02-13 01:16 分类:问答Create "Provider" in Java with Oauth library?
I downloaded the examples (https://code.google.com/p/oauth/) compiled and loaded the provider and consumer WAR files to Apache Tomcat.[详细]
2023-02-12 05:38 分类:问答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 k开发者_开发百科ey and a client id for clients when they register an app with my provider.[详细]
2023-02-08 01:40 分类:问答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.[详细]
2023-02-07 07:18 分类:问答Store access token on my Grails OAuth provider using Spring Security 3
I\'ve just implemented a oAuth provider for my Grails application, and can sucessfully authenticate my client application (using signpost). The next thing I want to do is persist the access token, so[详细]
2023-02-05 11:22 分类:问答Login with OAuth
I have a .net web开发者_JAVA百科 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[详细]
2023-02-02 20:42 分类:问答Recommended database structure for OAuth Provider
I am implementin开发者_高级运维g 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.[详细]
2023-02-01 10:18 分类:问答Zend Framework Oauth Provider
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 prov[详细]
2023-01-22 23:59 分类:问答