Spring Security For CommonOAuth2Provider: Add support for UAA

SummaryIn CommonOAuth2Provider we provide support for:GoogleGitHubFacebookOktaI believe we should also explicitly suppor...

Spring Security NPE if there is no Json parser lib existed

At OAuth2AccessTokenResponseHttpMessageConverter it is using json message converter without checking if it is null or no...

Spring Security StreamingResponseBody not working in combination with annotation @WithMockUser

Describe the bugI have simple SpringMVC Controller returning StreamingResponseBody@RestControllerclass SampleController ...

Spring Security Improve HttpSessionSecurityContextRepository performance

We can improve the performance of HttpSessionSecurityContextRepository by tracking if a value has been saved already or ...

Spring Security NullPointerException GlobalMethodSecurityConfiguration.getSingleBeanOrNull:183

SummaryA change in Spring Framework 5.1.0.RC2 caused the following exception methodSecurityWhenOrderUnspecifiedAndCustom...

Spring Security Improve HttpSessionSecurityContextSessionRepository Performance

Backport of gh-9387Comment From: CaesarGaoLooking at the commit history, it doesn't appear that the HttpSessionSecurityC...

Spring Security Consider providing setter of authenticationDetailsSource field in BearerTokenAuthenticationFilter

Expected BehaviorA custom AuthenticationDetailsSource can be injected into BearerTokenAuthenticationFilter.Current Behav...

Spring Security Integration Test That Verifies Authentication Fails When SessionCreationPolicy.STATELESS

Describe the bug@SpringBootTest integration tests that check the implementation of the authentication setup fail if the ...

Spring Security OWASP® ModSecurity Core Rule Set (CRS) Support

I would like to get an impression whether there are plans to implement the https://coreruleset.org/ as part of Spring Se...

Spring Security ACL can't be owned by a GrantedAuthoritySid

Describe the bugACL can't be owned by a GrantedAuthoritySidTo ReproduceAs user with a role named TEST, after successfull...

Spring Security Tests randomly fail with ProviderNotFoundException

This is gonna be a tough one. I haven't yet been able to reproduce it reliably, although I have experienced it multiple ...

Spring Security Bypass CSRF protection: header X-XSRF-TOKEN and Cookie XSRF-TOKEN both set with any identical value triggers API instead of returning 403 Forbidden

I agree that Cookie XSRF-TOKEN is set by the server and is not meant to be set on the client side, but...Describe the bu...

Spring Security Looking for a way to use configured redirect url over cached

OAuth2AuthorizationCodeGrantFilter gives precedence to the cached redirect url over configured one.This fails Use cases ...

Spring Security Clarify in Javadoc that .csrf() enables CSRF protection

In the HttpSecurity#csrf() Javadoc, we should explicitly mention that this method enables CSRF protection.It may be uncl...

Spring Security Consider reworking Jackson modules to support nanosecond precision

As indicated in https://github.com/FasterXML/jackson-modules-java8/issues/307, ObjectMapper#readTree cannot delay the ev...

Spring Security Failure on sparse userinfo with Microsoft identity platform (v2.0)

SummaryI've been playing around with Microsoft's identity platform (v2.0) and it seems like it it doing things a bit dif...

Spring Security Missing statement in docs for JdbcUserDetailsManager example

In section https://docs.spring.io/spring-security/site/docs/5.4.5/reference/html5/#servlet-authentication-jdbc-bean in E...

Spring Security SAML Saml2WebSsoAuthenticationFilter SHOULD wrap AuthenticationConverter convert exception to AuthenticationException

Saml2WebSsoAuthenticationFilter doesn't catch AuthenticationConverter convert exception, we should wrapper the exception...

Spring Security java.lang.NoClassDefFoundError: Could not initialize class com.azure.identity.implementation.IdentityClient

I have multimodule spring boot project, In parent pom.xml I have dependencies like below1.Spring boot dependencyorg.spr...

Spring Security Spring Security oauth2-client is not supporting Apple provider

Expected Behavior Apple now forces app developers to provide Sign in with Apple if they want to submit apps that current...
上一页 下一页
.