Spring Security
Spring Security is the main library to provide authentication and all major aspects of protecting Spring Boot applications. The central configuration is provided via the SecurityFilterChain
and additional beans are incorporated automatically depending on the context.
Articles
-
» Securing a REST API with Spring Security and JWT
-
» Signing JWTs with a private key in Spring Security
-
» Connecting Spring Boot to Keycloak via OAuth / OIDC
-
» Supporting OAuth with Spring Boot and HTMX