This version is still in development and is not considered stable yet. For the latest stable version, please use Spring Security 6.3.3!spring-doc.cn

This version is still in development and is not considered stable yet. For the latest stable version, please use Spring Security 6.3.3!spring-doc.cn

Spring Security provides comprehensive support for authorization. Authorization is determining who is allowed to access a particular resource. Spring Security provides defense in depth by allowing for request based authorization and method based authorization.spring-doc.cn

Request Based Authorization

Spring Security provides authorization based upon the request for both Servlet and WebFlux environments.spring-doc.cn

Method Based Authorization

Spring Security provides authorization based on the method invocation for both Servlet and WebFlux environments.spring-doc.cn