Spring Security Copy-paste error in documentation.

Describe the bugUnder Spring Security - Project Modules and Dependencies documentation [1], the text appears to be incor...

Spring Security WebTestUtilsTestRuntimeHints should work with reactive environment in tests with AOT enabled

Describe the bugHi, im trying to get Sprint initializer generated project to work with AOT related tools. However it fai...

Spring Security Identically titled documentation search results are indistinguishable from each other

Describe the bugWhen searching the documentation, multiple results are presented with identical titles. From the informa...

Spring Security Consider current version of the documentation when weighting search results

This is somewhat related to https://github.com/spring-projects/spring-security/issues/11056.When there are multiple hits...

Spring Security Searching for EnableWebSecurity only finds results for EnableWebMvcSecurity

Searching for EnableWebSecurity at https://docs.spring.io/spring-security/reference/ shows 10 results that are all for E...

Spring Security StandardClaimAccessor.getEmailVerified returns null if the claim email_verified does not exist

Expected BehaviorThe documentation of the method states:Returns true if the user's e-mail address has been verified (ema...

Spring Security 200 response is returned when ObservationMarkingRequestRejectedHandler is in use

Describe the bugWhen using Micrometer Observability the following code configures an ObservationMarkingRequestRejectedHa...

Spring Security No session is created during IdP initiated SSO.

Expected BehaviorThe session must be created during IdP initiated SSO.Current BehaviorDuring IdP initiated SSO no sessio...

Spring Security Breaking change in returned type of getToken() in AbstractOAuth2TokenAuthenticationToken

I've created a helper library for internal purposes which abstracts OAuth2 token information for spring boot 2.7 and 3.0...

Spring Security Consider erroring when client authentication method is basic

Questions like https://stackoverflow.com/questions/75224023/spring-oauth2-login-not-working-after-migrating-to-spring-bo...

Spring Security DefaultMethodSecurityExpressionHandler can't be extended anymore ?

Upgrading to Spring Security 6, it seems I can't use my own SecurityExpressionRoot like i previously did.Describe the bu...

Spring Security Repeated use of the same code will prevent you from logging in

Describe the bugA clear and concise description of what the bug is.To ReproduceSteps to reproduce the behavior.Expected ...

Spring Security Restructure DefaultSecurityFilterChain logs

DefaultSecurityFilterChain prints out at the INFO level the list of filters that are in use for a given application. Thi...

Spring Security OAuth2 access token response parsing fails with nested JSON object

SummaryWhen parsing OAuth2 access token response a nested JSON object causes the response parsing to fail.Actual Behavio...

Spring Security Spring Security LDAP Changes After 5.7 - Updating To Match Spring Docs

So I am starting with the spring guide on authenticating ldap (https://github.com/spring-guides/gs-authenticating-ldap) ...

Spring Security native image fails with java.lang.ClassNotFoundException for non Serverlet Environments

Describe the bugWhen you create a Spring Boot 3 application with a reactive based web server like Spring Cloud Gateway (...

Spring Security UTF-8 encoding introduces incompatible Authorization header

I am migrating an application from Spring Boot 2.5.14 to 3.0.1 which brings in Spring Security 6.0.1. I experienced that...

Spring Security Docs with > java-setup@3.5.1 Fails

The problem occurs because > java-setup@3.5.1 adds ~/.m2/toolchains.xml which Gradle attempts to parse to determine t...

Spring Security Allow to extend method security expressions when working with EnableMethodSecurity annotation

Expected BehaviorWith the deprecated annotation for method security support: @EnableGlobalMethodSecurity(prePostEnabled ...

Spring Security Need to Pass the 'value' to my @CustomPreAuthorize annotation and use it in @PreAuthorize("hasAuthority(@myservice.check(#value))")

Currently I am writing my own custom @PreAuthorize annotation. My case is as follows,I am running my authorization KeyCl...
上一页 下一页
.