Spring-security实现认证+授权+资源服务器 Oauth2.0

需要掌握的知识点有:

Oauth2.0

github仓库代码:

1  https://github.com/keets2012/Auth-service

https://github.com/zth390872451/oauth2-redis-mysql-example

  oauth2-redis-mysql-example.rar

资料:

https://www.jianshu.com/p/734348fb6cbb

https://www.jianshu.com/p/d9a35facff6f

OpenID-connect:

1 文档:http://www.cnblogs.com/linianhui/p/openid-connect-core.html

2 实现代码:https://github.com/monkeyk/MyOIDC

MyOIDC.rar

3 码云:https://gitee.com/shengzhao/spring-oauth-server

4 OpenID: https://gitee.com/mkk/MyOIDC

原文地址:https://www.cnblogs.com/chaos-li/p/13723174.html