Spring Security Webflux returning cors error on Access denied

@Bean public SecurityWebFilterChain securityWebFilterChain( ServerHttpSecurity http, ReactiveAu...

Spring Security Spring WebClient is not using Proxy for the latest version of spring-security-oauth2-client-5.3.4.RELEASE

I could not able to connect to OAuth2 Resource behind proxy if I use the latest spring-security-oauth2-client-5.3.4.RELE...

Spring Security Multi-tenancy Documentation - com.nimbusds.jwt.proc.JWTProcessor does not have a setJWTClaimSetJWSKeySelector method

In line 326 of docs/modules/ROOT/pages/servlet/oauth2/resource-server/multitenancy.adoc#L326 there is a reference to a ...

Spring Security HttpSecurityContextRepository saves @Transient Authentication if HttpSession already exists

If an HttpSession already exists, then HttpSecurityContextRepository will save @Transient Authentication but should not....

Spring Security CsrfConfigurer accessDeniedHandler logic

SummaryIs it by design that:CsrfConfigurer does not reuse accessDeniedHandler logic from ExceptionHandlingConfigurer?Act...

Spring Security Provide a way to configure channel processor's retry redirect strategies

Hello good people,Https is broadly used in nowadays and most of sites redirecting their http urls to https. But it is so...

Spring Security Support for changing prefix and suffix in DelegatingPasswordEncoder

Expected BehaviorI can change prefix and suffix.Current BehaviorI can not change prefix and suffix.See https://github.co...

Spring Security Update aspectj-plugin to 6.3.0

Comment From: rwinchThis fails the build due to changes made in the plugin. We can try for this release, but may need to...

Spring Security Allow customization for ServerBearerTokenAuthenticationConverter

ServerBearerTokenAuthenticationConverter does not offer too many options for customization:- All its methods are private...

Spring Security 5.6.0-RC1 is a release but 5.6.0 isn't

See https://github.com/spring-projects/spring-security/releasesIt should probably be the other way round.Comment From: j...

Spring Security Create CertificateConverters class to aid in X509Certificate property conversions

Much like the RsaKeyConverters there is a need to be able to convert an X509Certificate from a string in a propertyFrom ...

Spring Security Method security aspects not woven in spring-security-config tests

SummaryWhen running the test suite for spring-security-config, tests that exercise AspectJ are not seeing relevant advic...

Spring Security Update Spring Security to 5.7

Create new schema files.Update SpringSecurityCoreVersion, taglib version, and base version.Update error messages.Comment...

Spring Security org.springframework.security.web.authentication.WebAuthenticationDetails is not in the allowlist

Describe the bugI am using postgres database to store sessions. I am trying to store the session attributes in json.My S...

Spring Security OAuth2 Social Logout is not working

I have added to my Spring Boot MVC Web Application Social login feature. It allows users to login to my application with...

Spring Security Revamp OAuth 2.0 Login/Client reactive documentation

The OAuth 2.0 Login and OAuth 2.0 Client reference documentation for Reactive Applications is completely out-of-date com...

Spring Security spring-security-saml2-service-provider - Single Logout

SummaryCurrently I cannot find a way to trigger a global logout via the spring-security-saml2-service-provider module. I...

Spring Security Oauth2 Resource Server will not retry on first failure with Multi-tenancy

Describe the bugI have an oauth2 server running on keycloak http://localhost:8080/keycloak-service/ and configured mult...

Spring Security Resource server using AuthenticationManagerResolver and disabled anonymous authentication: "An AuthenticationManager is required"

Describe the bugWhen OAuth 2.0 Resource Server support is configured, in combination with disabling anonymous authentica...

Spring Security Port Missing Integration Docs

The following shows documentation that is currently missing on main:?> git diff --diff-filter=D --summary 5.5.x:docs/...
上一页 下一页
.