[FIXED] No Session cookie set when using CookieServerCsrfTokenRepository
Issue I’m using Spring Webflux, Security, Session and Redis. It seems that once the ‘csrfTokenRepository’ is set in a security
Read moreIssue I’m using Spring Webflux, Security, Session and Redis. It seems that once the ‘csrfTokenRepository’ is set in a security
Read moreIssue I have a springboot application using spring security and keycloak. when executing the application, securing with jwt tokens works
Read moreIssue Here is my User Details Object 2022-10-19 07:35:58.143 INFO 24580 — [nio-8081-exec-6] c.s.jwt.api.filter.JwtFilter : User Details: org.springframework.security.core.userdetails.User [Username=502553205, Password=[PROTECTED],
Read moreIssue Which jar contains the following Spring class: org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter Solution spring-security-config-<VERSION>.jar This should work: <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId> <version>version</version> </dependency> Answered
Read moreIssue Recently I have added Spring Security to my Spring Boot project using the following class: @EnableWebSecurity @EnableGlobalMethodSecurity(prePostEnabled = true)
Read moreIssue I’m using keycloak 3.4 and spring boot to develop a web app. I’m using the Active Directory as User
Read moreIssue I am trying to secure/authorize my endpoints with JWT. The token is to be generated after successful login. The
Read moreIssue I am upgrading Spring Boot in a small project I use for an Okta proof of concept (all the
Read moreIssue I’m getting this rather weird bug in a test. My controller has the following method: @Operation( summary = "Add
Read moreIssue I have spring web application with Spring security configured using java config approach. I want to exclude some URL
Read more