工作在java上实现的oauth2提供程序服务器

时间:2011-10-11 13:28:02

标签: java oauth-2.0 oauth-provider

我正在搜索在java上实现的工作oauth2提供程序服务器,     leeloo和spring security是我发现的一些,     但是没有工作的例子。

https://github.com/SpringSource/spring-security-oauth/wiki/tutorial
https://bitbucket.org/smartproject/oauth-2.0/wiki/Home

3 个答案:

答案 0 :(得分:8)

Apache Oltu(以前的Apache Amber)实现支持构建OAuth 2.0授权和资源服务器:https://cwiki.apache.org/confluence/display/OLTU/OAuth+2.0+Authorization+Server并且不依赖于任何框架。

您在集成测试中有AS(Auth和Token端点)和RS测试实现的示例: https://github.com/apache/oltu/tree/trunk/oauth-2.0/integration-tests/src/test/java/org/apache/oltu/oauth2/integration/endpoints

答案 1 :(得分:3)

ınside春季安全包有2个示例一个其他sparklr与oauth2实现

答案 2 :(得分:1)

迟到了,但你可以 - 以后参考 - 看看https://github.com/OpenConextApps/apis