Top "Oauth-provider" questions

Is there an OAuth 2.0 Provider implementation in Java? (not oauth client)

So basically I want to protect my APIs with OAuth 2.0 and implement an OAuth Provider to enable acquiry of accessTokens …

java oauth-2.0 oauth-provider joauth
Spring OAuth (OAuth2): How can I get the client credentials in a Spring MVC controller?

In this snippet: @RequestMapping(method = GET) public List<Place> read(Principal principal) { principal.getName(); } principal.getName() gives me …

spring spring-mvc spring-security oauth-2.0 oauth-provider
Is it possible to secure WebSocket APIs with OAuth 2.0?

I am implementing an OAuth Provider to secure different web-based APIs. The most headache is giving me the securing of …

security oauth websocket oauth-2.0 oauth-provider
OAuth - What exactly is a resource owner? When is it not an end-user?

The term "resource owner" is defined in the OAuth v2.0 Specification, as "An entity capable of granting access to a …

oauth oauth-2.0 oauth-provider
Implementing OAuth 2.0 Authentication for My API

I've been using the Facebook Graph API (uses oauth 2.0 for authentication) successfully for a while now. I now need to …

c# .net oauth-2.0 oauth-provider
Java OAuth Server

Are there any open source projects that enabled implementing OAuth Server? Apache Foundation ones?

java open-source oauth-2.0 oauth-provider
Create an OAuth 2.0 service provider using DotNetOpenAuth

I'm building a web app which will have an api and an authorization service using DotNetOpenAuth. I found this example …

oauth-2.0 asp.net-web-api oauth-provider
Set up a PHP OAuth Provider

Alright I am trying to set up an OAuth Provider in PHP, but I just cannot get the hang of …

php oauth oauth-provider
OAuth2.0 Server stack how to use state to prevent CSRF? for draft2.0 v20

I am using PHP library for OAuth2.0 v20 In draft20, there is a mention of the use of state to …

php oauth oauth-2.0 oauth-provider
working oauth2 provider server implemented on java

I am searching a working oauth2 provider server implemented on java, leeloo and spring security are some that I have …

java oauth-2.0 oauth-provider