Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java OAuth Server [closed]

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

like image 803
zotherstupidguy Avatar asked Feb 24 '11 17:02

zotherstupidguy


People also ask

Is OAuth deprecated?

The Spring Security OAuth project has reached end of life and is no longer actively maintained by VMware, Inc. This project has been replaced by the OAuth2 support provided by Spring Security and Spring Authorization Server.

How do I enable OAuth?

Go to the Google API Console OAuth consent screen page. Add required information like a product name and support email address. Click Add Scope. On the dialog that appears, select the scopes your project uses.

What is OAuth authorization server?

The OAuth 2.0 authorization framework is a protocol that allows a user to grant a third-party web site or application access to the user's protected resources, without necessarily revealing their long-term credentials or even their identity.


2 Answers

I would suggest using the Spring Security Module. It's open source and the entire framework is very powerful.

like image 79
Chris Thompson Avatar answered Sep 29 '22 02:09

Chris Thompson


Have a look at http://oauth.net/code/

in the Java section ;)

like image 41
Otto Avatar answered Sep 29 '22 02:09

Otto