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

前端之家收集整理的这篇文章主要介绍了在java上实现的oauth2提供程序服务器前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在搜索java上实现的工作oauth2提供程序服务器,
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

原文链接:https://www.f2er.com/java/122459.html

猜你在找的Java相关文章