Spring Security SecurityEvaluationContextExtension.getRootObject() Specific Type

SummarySecurityEvaluationContextExtension.getRootObject() should have a signature with a return type of SecurityExpressi...

Spring Security Build failing with NoSuchMethodError

> Task :spring-security-samples-boot-webflux-form:integrationTestsample.WebfluxFormApplicationTests > loginAndLogo...

Spring Security SAML2: Wrong IdP response URL throws NPE (for non-existing "RelyingParty")

SummaryConfigure an invalid response URL at the identity provider (using nonconfigured registration id) a NullPointerExc...

Spring Security Add BearerTokenErrors

Because Bearer Token Error handling is based on a spec, there are only a few things that end up changing, depending on t...

Spring Security Add InvalidBearerTokenException

Related to https://github.com/spring-projects/spring-security/issues/7793#issuecomment-573863533It'd be nice to have an ...

Spring Security Add oauth2Client MockMvc Test Support

We should add test support for OAuth 2.0 Clients that stands independent from OAuth 2.0/OIDC Login test support.this.mv...

Spring Security AuthenticationWebFilter's ReactiveAuthenticationManagerResolver should take a ServerWebExchange

AuthenticationWebFilter uses the exchange object throughout its implementation. It uses it for its ServerWebExchangeMatc...

Spring Security cassample integration tests are failing

ava.lang.IllegalStateException: KeyStores with multiple certificates are not supported on the base class org.eclipse.jet...

Spring Security Webflux basic auth returns www-authenticate even when x-requested-with is set

SummaryWhen http basic auth is used and the request has an 'X-Requested-With: XMLHttpRequest' header set the server stil...

Spring Security Add MethodSecurityMetadataSource for whitelist based method security annotations

SummaryWhen using Annotation based method security, Spring Boot does not provide a way to whitelist controller methods b...

Spring Security Form login requiresAuthenticationMatcher is not used in WebFlux

SummaryWhen specifying a custom requiresAuthenticationMatcher in formLogin for WebFlux security, it is not used unless a...

Spring Security Form Login authenticationFailureHandler is not used in ServerHttpSecurity

SummaryUse custom method when login fails, but authenticationFailureHandler method is invalidActual BehaviorUse the wron...

Spring Security OAuth2AuthenticationException: Provided token [xxxxx] isn't active

SummaryUsing scdf 2.3.0 on k8s, I am getting a org.springframework.security.oauth2.core.OAuth2AuthenticationException: P...

Spring Security Doesn't work when using SpEL with @PreAuthorize

SummaryDefined a bean as:@Component(value="accessBean")public class AccessCheckBean { public String getPermision(){ ...

Spring Security Digest Auth support in WebClient

SummarySpring's WebClient allows specifying Basic Auth credentials quite simply:webClient.get() .uri(someEndpoint...

Spring Security Netty http client connection reset by peer in spring-security

There are two issues here, one is directly related to Netty which is used by Spring Security - Connection rest by peer, ...

Spring Security BasicAuthenticationFilter ignores credentials charset

SummaryBasicAuthenticationConverter in BasicAuthenticationFilter ignores given credentials charset.Actual BehaviorWe try...

Spring Security Eclipse or IDEA use Gradle Cannot run

Task :spring-security-messaging:compileTestJava注: /Users/zhangxi/AndroidStudioProjects/MyApplication/spring-security/mes...

Spring Security Default LDIF file not picked up in LDAP "unboundid" mode

SummaryWhen using LDAP, if a file matching "*.ldif" exists on the classpath, then it should be used, if no other LDIF fi...

Spring Security Investigate test helper contribution back to OpenSAML

https://github.com/spring-projects/spring-security/pull/7260#discussion_r316789656We'd like to investigate if we can uti...
上一页 下一页
.