Java OAuth 服务器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5108503/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-30 09:29:20  来源:igfitidea点击:

Java OAuth Server

javaopen-sourceoauth-2.0oauth-provider

提问by zotherstupidguy

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

是否有任何开源项目可以实现 OAuth 服务器?Apache 基金会的?

采纳答案by Chris Thompson

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

我建议使用Spring Security Module。它是开源的,整个框架非常强大。

回答by Otto

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

看看http://oauth.net/code/

in the Java section ;)

在 Java 部分;)