New posts in spring-security

How to allow a User only access their own data in Spring Boot / Spring Security?

Difference between registerGlobal(), configure(), configureGlobal(),configureGlobalSecurity in Spring security

Role-based authentication for OAuth2

Looking for a Simple Spring security example [closed]

how to conditionally show jsp content to logged in users with Spring security

Spring Security - Token based API auth & user/password authentication

Spring Security Token based Authentication

How to use custom expressions in Spring Security @PreAuthorize/@PostAuthorize annotations

Spring security with Oauth2 or Http-Basic authentication for the same resource

Spring boot 2.6.0 Error creating bean with name 'webSecurityConfig'

Could not verify the provided CSRF token because your session was not found in spring security

Does securing a REST application with a JWT and Basic authentication make sense?

Get Spring Security Principal in JSP EL expression

antMatchers that matches any beginning of path

Spring security vs Apache Shiro [duplicate]

Spring MVC - Checking if User is already logged in via Spring Security?

Spring Boot project shows the Login page

How to make spring boot never issue session cookie?

How to use <sec:authorize access="hasRole('ROLES)"> for checking multiple Roles?

Multiple WebSecurityConfigurerAdapter in spring boot for multiple patterns