Spring Security @PreAuthorize: authentication is resolved to null from the security context holder

Describe the bugHello,Unfortunately @PreAuthorize does not work for me after upgrading to spring 6.0.11 with spring-secu...

Spring Security References to WebFlux docs do not link to them

References to the webflux sections don't link to them: https://docs.spring.io/spring-security/reference/features/authent...

Spring Security Authorization does not show up on Features section

Authorization is missing from the Features section in the docs. https://docs.spring.io/spring-security/reference/feature...

Spring Security improve render in headers.adoc

Forward port of #14101 into mainComment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-securi...

Spring Security improve render in headers.adoc

Forward port of https://github.com/spring-projects/spring-security/pull/14098 into 6.1.xComment From: marcusdacoregioClo...

Spring Security Common hook/listener for authentication results for inbound requests

I've been looking into adding instrumentation to OpenTelemetry to capture the enduser.id, enduser.role, and enduser.scop...

Spring Security The latest "OAuth2AuthorizedClientManager" class is not AOT ready

Quoting wilkinsona's comment at https://github.com/spring-projects/spring-boot/issues/38185#issuecomment-1792128910:Than...

Spring Security Remove Gradle deprecation warnings

Running ./gradlew build --warning-mode all gives us the output below. We should remove those deprecations warnings by ap...

Spring Security UnboundIdContainer should be marked as not running at shutdown

After UnboundIdContainer#stop is called, UnboundIdContainer#isRunning returns true when it should return false. The resu...

Spring Security Make ActiveDirectoryLdapAuthenticationProvider non-final to allow custom logic (i.e. Caching)

Expected Behaviororg.springframework.security.ldap.authentication.ad.ActiveDirectoryLdapAuthenticationProvider should no...

Spring Security Clarification on connection of Content-Security-Policy header with HttpSecurity DSL support

According to MDN we can set the CSP protection via HTML like so.<meta http-equiv="Content-Security-Policy"...

Spring Security Provide a way to customize the RedirectStrategy only

Expected Behaviorhttp .redirectStrategy(ForwardHeadersRedirectStrategy())Current BehaviorI basically have to recreate t...

Spring Security Add possibility to use @PreAuthorize and @PostAuthorize with Java code

Current BehaviorI am just learning Spring Security and method security and reading about @PreAuthorize and @PostAuthoriz...

Spring Security Bugs occur when roles and authorities are built at the same time

Describe the bugBugs occur when roles and authorities are built at the same time.The content is overwritten by the latte...

Spring Security Raised Issues are closed without allowing response - no way to reopen them

Expected BehaviorI should be able to reopen the issue if I feel there was no response that solves the issue or reaches a...

Spring Security SEC-1709: AbstractAuthenticationToken does not define a serialVersionUID

Jeff Martin (Migrated from SEC-1709) said:Similar to SEC-338, org.springframework.security.authentication.AbstractAuthen...

Spring Security Resolve RequestMatcher at request-time

In circumstances where Spring MVC is deployed only to the root servlet (/), then there is no information lost when a pat...

Spring Security The doc pages mix internal and external inline hyperlinks without indicating a difference

Expected BehaviorIt should not be surprising when a link in the docs navigates to an external resource.Current BehaviorI...

Spring Security Broken links to Api Docs on https://spring.io/projects/spring-security#learn

The "Api Doc" links on https://spring.io/projects/spring-security#learn are broken for all versions except "6.2.0-SNAPSH...

Spring Security RequestRejectedException should be 400 by default

SummaryWe are getting 500 from spring security jar if we use // in URL, ideally it should give 400 bad request.Ex. - htt...
上一页 下一页
.