文章分类 -  Spring Security

登录认证 授权
摘要:1,设置Session的创建策略: http.sessionManagement().sessionCreationPolicy(SessionCreationPolicy.STATELESS); SessionCreationPolicy.STATELESS 和 SessionCreationPo 阅读全文
posted @ 2022-03-04 14:13 Baby~She 阅读(1828) 评论(0) 推荐(0)
摘要:ChannelProcessingFilterSecurityContextPersistenceFilterLogoutFilterX509AuthenticationFilterAbstractPreAuthenticatedProcessingFilterCasAuthenticationFi 阅读全文
posted @ 2021-01-29 12:04 Baby~She 阅读(163) 评论(0) 推荐(0)
摘要:spring 官方授权服务地址:https://github.com/spring-projects-experimental/spring-authorization-server.git 阅读全文
posted @ 2021-01-24 22:49 Baby~She 阅读(225) 评论(0) 推荐(0)