1
iLtc 2016-06-02 09:25:42 +08:00
服务端模块我当时从这里找的 http://oauth.net/code/
|
2
zhenjiachen 2016-06-02 09:52:41 +08:00
spring security 。
|
3
hantsy 2016-06-02 16:38:37 +08:00 1
如果是应用需要,完全没必要。
Spring Security OAuth 只需要简单配置就可以实现,参见其实例。 http://projects.spring.io/spring-security-oauth/docs/tutorial.html 另外 Apache 也有完整的 OAuth 服务器实现。 https://oltu.apache.org/ Oauth 规范和其扩展规范应该在 oauth.net 可以找到,实现一个 OAuth 服务器意味着你要实现最基本的规范。 |
4
suhe OP 谢谢各位指点,好像 shiro 也能实现 oauth2 服务是吗?我现在用 shiro 做权限管理
|