Search code examples
CORS error with Spring Security and external URL in defaultSuccessUrl()...

springhttp-redirectspring-securitycors

Read More
Persist sessions with Spring security after restart without database/cache...

javaspring-mvcsessiontomcatspring-security

Read More
Spring boot 401 Unauthorized on Post Request for authentication...

springspring-bootspring-securityhttp-status-code-401unauthorized

Read More
Can multiple filters be added to Spring Security configuration?...

javaspring-bootspring-securityjwt

Read More
Why do POST requests not work using Spnego/Kerberos authentication with Spring Security Kerberos?...

spring-securityactive-directoryldapkerberosspnego

Read More
@PreAuthorize not working after upgrading to Spring Boot 3 (Spring Security 6)...

spring-bootspring-security

Read More
class path resource [org/springframework/boot/autoconfigure/web/ServerPropertiesAutoConfiguration.cl...

javaspringspring-bootspring-securitybuild.gradle

Read More
My custom login page redirects in loop after update to Spring Security 6...

spring-bootauthenticationhttp-redirectspring-security

Read More
Disable Spring's method security for unit tests with Spring Boot 3...

javaspringspring-bootspring-security

Read More
SpringBoot application on Railway: GET requests work but POST requests fail...

javaspringspring-bootspring-securityrailway

Read More
Cannot resolve method 'antMatchers()' in AuthorizationManagerRequestMatcherRegistry...

javaspringspring-bootspring-mvcspring-security

Read More
Error creating bean with name authenticationTokenFilterBean: Unsatisfied dependency expressed throug...

javaspring-bootspring-securityjwt

Read More
The method requestMatchers in the type AbstractRequestMatcherRegistry is not applicable for the argu...

sql-serverspringspring-securityjwt

Read More
Spring OAuth2 Resource Server - best way to transform Jwt / JwtAuthenticationToken into another Auth...

spring-securityspring-oauth2spring-resource-server

Read More
Keycloak with Google login and role based access not working...

springspring-bootspring-securitykeycloak

Read More
Which grant_type(flow) shoud I use?...

angularspring-securityoauth-2.0okta

Read More
@AuthenticationPrincipal returns null...

springspring-bootspring-mvcspring-security

Read More
Failed to load ApplicationContext (with annotation)...

springspring-mvcjunitspring-security

Read More
How to customize the default unauthorized response body in Spring Security Webflux?...

javaspringspring-bootspring-securityspring-webflux

Read More
AWS API gateway with Kubernetes services...

spring-bootspring-securitymicroservicesaws-api-gatewaykubernetes-service

Read More
Spring boot resource server @PreAuthorize("hasAuthority('SCOPE_xxx')") does not wo...

spring-bootspring-securityspring-authorization-serverspring-resource-server

Read More
I'm implementing SecurityFilterChain and setting it up so that only admins have access. When I l...

spring-bootspring-security

Read More
How to use BycrpytEncoder without springsecurity?...

javaspringspring-bootspring-security

Read More
'authorizeExchange()' is deprecated since version 6.1 and marked for removal...

spring-bootspring-security

Read More
Spring boot upgrade from 3.1.9 to 3.2.3 Caused by: java.lang.IllegalArgumentException: authenticatio...

spring-bootspring-securityspring-boot-test

Read More
How set a Bearer Token to Authorization header using Keycloak and Spring Security...

springspring-securityoauth-2.0keycloak

Read More
Spring Security HttpSecurity Configuration Testing...

springtestingspring-security

Read More
Does Spring Security support multi factor authentication?...

spring-security

Read More
Is Keycloak/Oauth2 usage possible in Spring Security 6.0 without writing an Oauth2 provider...

spring-bootspring-securityoauth-2.0keycloakopenid-connect

Read More
Spring Boot 3 - Configure Spring Security to allow Swagger UI...

javaspring-securityswaggeropenapispring-boot-3

Read More
BackNext