我正在搜索在
java上实现的工作oauth2提供程序服务器,
leeloo和spring security是我发现的一些,
但没有工作的例子.
leeloo和spring security是我发现的一些,
但没有工作的例子.
https://github.com/SpringSource/spring-security-oauth/wiki/tutorial https://bitbucket.org/smartproject/oauth-2.0/wiki/Home
解决方法
有一个
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