代码改变世界

文章分类 -  Spring Security

OAuth2中的resourceid及scope

2019-09-23 17:03 by Spiderman25, 563 阅读, 收藏, 编辑
摘要: https://blog.csdn.net/xichenguan/article/details/77886871https://bbs.csdn.net/topics/392401101 阅读全文

Spring Cloud OAuth2 教程

2019-09-22 23:24 by Spiderman25, 139 阅读, 收藏, 编辑
摘要: https://www.jianshu.com/p/3427549a148a 源码:百度云盘/临时/test-security-oauth2-master.zip 阅读全文

spring oauth2理解

2019-09-22 18:38 by Spiderman25, 318 阅读, 收藏, 编辑
摘要: oauth2服务端负责维护数据与登录、刷新等操作,而客户端只需要指定数据库源或security:oauth2:resource:user-info-uri即可,这时客户端会从数据库(数据库源)获取或oauth的服务端获取(security:oauth2:resource:user-info-uri) 阅读全文

spring security理解

2019-09-15 00:38 by Spiderman25, 76 阅读, 收藏, 编辑
摘要: 1默认所有的都拦截2WebSecurityConfig即可加@Configuration@EnableWebSecurity3在启动类加@EnableGlobalMethodSecurity可以支持注解4在configure(HttpSecurity http)中配上登录注销页以及csrf、哪些可访 阅读全文

理解OAuth 2.0

2019-06-06 16:32 by Spiderman25, 62 阅读, 收藏, 编辑
摘要: http://www.ruanyifeng.com/blog/2014/05/oauth_2_0.html 阅读全文

springboot+springsecurity+oauth2整合(并用mysql数据库实现持久化客户端数据)

2019-06-06 11:36 by Spiderman25, 407 阅读, 收藏, 编辑
摘要: 1、https://blog.csdn.net/Victor_An/article/details/81510874 源码在 百度云盘/后台/资料/SpringSecurity/oauth2-master.zip 阅读全文

Security注解:@PreAuthorize,@PostAuthorize, @Secured, EL实现方法安全

2019-06-05 00:44 by Spiderman25, 72 阅读, 收藏, 编辑
摘要: https://www.cnblogs.com/ysyy/p/10708645.html 阅读全文

Spring Security例子

2019-03-04 16:31 by Spiderman25, 86 阅读, 收藏, 编辑
摘要: https://blog.csdn.net/cloume/article/details/83790111https://www.cnblogs.com/scau-chm/p/5967931.html https://www.cnblogs.com/softidea/p/7068149.html(如 阅读全文
点击右上角即可分享
微信分享提示