Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-security

Redirect_Uri use http instead of https with Spring social Facebook Login on Heroku

Why does this token based Spring Security filter not get called?

Session Management in Spring Security

How to redirect on user login in Spring Security 3 if cookies are disabled

How to return Basic token after logging into Spring Security?

How to use the right Spring Security configuration during a MockMvc test

Use oauth2 scope instead of role to secure spring actuator management endpoints

Spring Boot + Security: No Access-Control-Allow-Origin header when setting allowed origins

How to properly set SecurityContextRepository for a custom UsernamePasswordAuthenticationFilter in Spring Security 6?

How to combine Spring web flow, Spring Security and a HandlerExceptionResolver like SimpleMappingExceptionResolver?

@PreAuthorize(hasRole(...)) vs requestMatchers(...).hasRole(...)

How to perform actions on successful login via OAuth2 in jhipster