我正在搜索在 java、leeloo 和 spring security 上实现的工作 oauth2 提供程序服务器是我发现的一些,但没有工作示例。
https://github.com/SpringSource/spring-security-oauth/wiki/tutorial
https://bitbucket.org/smartproject/oauth-2.0/wiki/Home
我正在搜索在 java、leeloo 和 spring security 上实现的工作 oauth2 提供程序服务器是我发现的一些,但没有工作示例。
https://github.com/SpringSource/spring-security-oauth/wiki/tutorial
https://bitbucket.org/smartproject/oauth-2.0/wiki/Home
有支持构建 OAuth 2.0 授权和资源服务器的Apache Oltu(以前称为 Apache Amber)实现: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/集成/端点
在 spring 安全包内有 2 个示例 1 吨其他 sparklr 用 oauth2 实现
有点晚了,但你可以 - 以供将来参考 - 看看https://github.com/OpenConextApps/apis。