Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 2.18 KB

README.md

File metadata and controls

21 lines (14 loc) · 2.18 KB

Spring Security Oauth2 从零到一完整实践

注意:此项目不再维护,文章内容仅适用于 Spring Boot 2.2.x / Spirng Security 5.2.x 及以下版本。Spring Security OAuth 模块的资源服务器与客户端已迁移到 Spring Security 模块。以前的配置方式已不再适用,而授权服务器于 2020 年 4 月 15 日 Spring 项目组完全重写,目前正在孵化项目中

很久没有写一篇长文章了,自己说起来其实年初换成 solo 到现在,写的让自己满意的技术性文章也就只有 spring boot restful API 从零到一完整实践 这篇了,其他的其实都是只属于自己比较容易理解的笔记和记录而已。想想年中了,还是需要写上这么一篇实践性文章的。这段时间比较折磨自己的,莫过于就是 spirng security oauth2 了,自己折腾了很久,也算是学会了一些吧,按照原来的方式,写了一篇文章。前面也写过 spring boot security oauth2 构建简单安全的 restful api,但是太过于基础并且那时候自己也有很多不懂,现在实践了很多,有了更加深入的了解,记录一下顺便分享给大家。

github 地址:spring-security-oauth2-demo

博客地址:echocow.cn

[TOC]

系列文章

  1. 较为详细的学习 oauth2 的四种模式其中的两种授权模式
  2. spring boot oauth2 自动配置实现
  3. spring security oauth2 授权服务器配置
  4. spring security oauth2 资源服务器配置
  5. spring security oauth2 自定义授权模式(手机、邮箱等)
  6. spring security oauth2 踩坑记录