我正在搜索一个在java上实现的工作的oauth2提供者服务器,我找到了一些leeloo和spring security,但没有工作的例子。
https://github.com/SpringSource/spring-security-oauth/wiki/tutorial
https://bitbucket.org/smartproject/oauth-2.0/wiki/Home发布于 2011-10-15 21:28:51
有一个支持构建OAuth 2.0授权和资源服务器的Apache Oltu (以前称为Apache Amber)实现:https://cwiki.apache.org/confluence/display/OLTU/OAuth+2.0+Authorization+Server,它不依赖于任何框架。
您在集成测试中有AS (身份验证和令牌端点)和RS测试实现的示例:https://github.com/apache/oltu/tree/trunk/oauth-2.0/integration-tests/src/test/java/org/apache/oltu/oauth2/integration/endpoints
发布于 2011-10-12 18:18:21
spring安全包中有两个用oauth2实现的示例,一个是ı
发布于 2013-10-10 23:27:00
有点晚了,但是你可以--为了将来的参考--看看https://github.com/OpenConextApps/apis。
https://stackoverflow.com/questions/7726781
复制相似问题