加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > Java > 正文

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

发布时间:2020-12-14 05:28:57 所属栏目:Java 来源:网络整理
导读:我正在搜索在 java上实现的工作oauth2提供程序服务器, leeloo和spring security是我发现的一些, 但没有工作的例子. https://github.com/SpringSource/spring-security-oauth/wiki/tutorialhttps://bitbucket.org/smartproject/oauth-2.0/wiki/Home 解决方法
我正在搜索在 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

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读