SpringBoot-OAuth2-JWT-ClientServer 发表于 2020-11-15 更新于 2020-11-16 分类于 技术 阅读次数: 置顶 精品 字数统计: 3.7k(字) | 阅读时长: 17(分) | Valine: 摘要 通过本文,你将知道如何搭建一个基于SpringBoot-OAuth2-JWT的客户端服务器 本文基于springboot:2.4.0,项目基于Gradle-6.6.1构建 代码地址:https://github.com/hanqunfeng/springbootchapter/tree/master/chapter48 阅读全文 »
SpringBoot-OAuth2-JWT-ResourceServer 发表于 2020-11-15 更新于 2020-12-02 分类于 技术 阅读次数: 置顶 精品 字数统计: 2k(字) | 阅读时长: 9(分) | Valine: 摘要 通过本文,你将知道如何搭建一个基于SpringBoot-OAuth2-JWT的资源服务器 本文基于springboot:2.4.0,项目基于Gradle-6.6.1构建 代码地址:https://github.com/hanqunfeng/springbootchapter/tree/master/chapter48 阅读全文 »
SpringBoot-OAuth2-JWT-AuthServer 发表于 2020-11-15 更新于 2020-11-16 分类于 技术 阅读次数: 置顶 精品 字数统计: 7.9k(字) | 阅读时长: 39(分) | Valine: 摘要 通过本文,你将知道如何搭建一个基于SpringBoot-OAuth2-JWT的认证服务器 本文基于springboot:2.4.0,项目基于Gradle-6.6.1构建 代码地址:https://github.com/hanqunfeng/springbootchapter/tree/master/chapter48 阅读全文 »
SpringBoot配置文件属性加密 发表于 2020-10-27 分类于 技术 阅读次数: 置顶 精品 字数统计: 1.3k(字) | 阅读时长: 6(分) | Valine: 摘要 jasypt-spring-boot官网 本文使用版本:springboot:2.3.4.RELEASE,jasypt-spring-boot-starter:3.0.3 阅读全文 »
CAS客户端使用SpringSecurity访问CAS发布的属性 发表于 2020-09-25 分类于 技术 阅读次数: 置顶 精品 字数统计: 1.8k(字) | 阅读时长: 8(分) | Valine: 摘要 CAS服务端基于cas-overlay-template-5.3.14,已实现基于jdbc的自定义登录策略、验证码、动态service配置、多属性返回,等等 CAS客户端基于spring-boot-2.3.3.RELEASE,spring-security-cas-5.3.4.RELEASE 本文代码地址:https://github.com/hanqunfeng/springbootchapter/tree/master/chapter36 其重点是client的UserDetailsService的实现类要继承自AbstractCasAssertionUserDetailsService 阅读全文 »