Spring Security Consider adding PrincipalResolver to ExchangeFilterFunctions

We should align (Server|Servlet)OAuth2AuthorizedClientExchangeFilterFunction with OAuth2ClientHttpRequestInterceptor whi...

Spring Security Backport reusable workflows to 5.8.x

Requires upgrading buildSrc in 5.8.x to use JDK 17 due to spring-security-release-plugin built against JDK 17.Related gh...

Spring Security Should return www-authenticate even for "X-Requested-With: XMLHttpRequest" requests

Describe the bugSince migrating to Spring Security 6, Calling APIs using simple jQuery/XHR with basic auth results in fi...

Spring Security Prepare for Spring Security 6.5

Based off of https://github.com/spring-projects/spring-security/issues/15155Cut the 6.4.x release branchUpdate SecurityN...

Spring Security Throw custom Exception when the HTTP Method is rejected

UpdatedWhen the HTTP Method is rejected MethodRejectedException will be thrown.NOTE: We are not going to do custom excep...

Spring Security Support UserDetailsService components in OAuth2 Resource Server flows

Spun out from #6219.We need the ability to apply a UserDetailsChecker to the OAuth2 Resource Server flows.My initial tho...

Spring Security Spring Security Overlaps SCG Router Mappings

Describe the bugfollowing up the discussion in https://github.com/spring-cloud/spring-cloud-gateway/issues/3636, it's no...

Spring Security carrier thread be suspended by synchronized in RemoteJWKSet

RemoteJWKSet use synchronized for synchronization. But this will suspend the carrier thread.In some specific situations,...

Spring Security Mutate breaks functionality of StrictFirewallHttpHeaders with recently modified HttpHeaders#writabeHttpHeaders

Describe the bugWhen request wrapped by StrictServerWebExchangeFirewall / StrictFirewallHttpRequest is mutated, header s...

Spring Security Confusion over userNameAttributeName usage during loading in DefaultOAuth2UserService#loadUser

Describe the bug In the process of oidc authentication by default oauth2 client, I think DefaultOAuth2UserService#loadU...

Spring Security Documentation code snippets should consistently use joint tabs for java, kotlin, & XML

Some of the code snippets in the documentation have separate sections for XML rather than placing it along with Java &am...

Spring Security SecurityContextHolderFilter does not apply to async dispatch

Describe the bugAs mentioned in gitter...My app currently runs on Spring Boot 2.7.4. I was testing compatibility with 3....

Spring Security Programmatic way to use expression-based authorization manager for websockets

Expected BehaviorWhen we configure MessageMatcherDelegatingAuthorizationManager it should be possible to provide an inst...

Spring Security Create a class analogous to AbstractHttpConfigurer for reactive applications

Expected BehaviorNeed to have an ability to get access to a ServerHttpSecurity object after it has been instantiated in ...

Spring Security Add "Best Match" based Web Authorization Rules

Currently the web based authorization rules are specified in a specific order and the first rule that matches the reques...

Spring Security ObservationAuthorizationManager is not picking up custom MessageSource implementation

Describe the bugObservationAuthorizationManager custom MessageSource implementation in AccessDeniedException message loc...

Spring Security acl - Unable to obtain the class id type - column name class_id_type was not found

Describe the bugI'm trying to use Spring Security in combination with ACLs. I use PostgreSQL as my database and have use...

Spring Security security:client-registrations doesn't take propertyconfigurer properties

This issue is similar to #8453I'm using Spring Security 5.4.5. The placeholders in tag are not resolved. Hard-coded val...

Spring Security Support RFC9449 - DPoP Authentication scheme

RFC9449 introduces a way to constraint tokens (access_token, refresh_token) to a client provided pub key.For a resource ...

Spring Security Endpoint returns a 500, instead of 403 status code when the user does not have required permission

Describe the bugWhen upgrading Spring boot from 3.2.5 to Spring boot 3.3.0, which contains a new version of Spring secur...
上一页 下一页
.