Spring Security Broken link in Spring Security reference document

Describe the bugBroken link in Spring Security reference document.To ReproduceGo to https://docs.spring.io/spring-securi...

Spring Security Saml2WebSsoAuthenticationFilter does not follow standard patterns for request matching.

Describe the bugThe common pattern for filters is to provide the ability to set a custom RequestMatcher for them to exec...

Spring Security Consider making BearerTokenServerWebExchangeMatcher public and more generic

Expected BehaviorRename bearerTokenConverter (and setter) to more generic name, eg. serverAuthenticationConverterRename ...

Spring Security Fix snapshot build failure related to reactor-netty

The io.projectreactor.netty:reactor-netty module has been split into 2 modules: reactor-netty-core and reactor-netty-htt...

Spring Security Consider adding RelyingPartyRegistrationResolver

Saml2WebSsoAuthenticationFilter, Saml2WebSsoAuthenticationRequestFilter, and upcoming filters like Saml2MetadataFilter a...

Spring Security Consider Adding Testing Support for Building Authentications

SecurityMockMvcRequestPostProcessors is a class that simplifies creating RequestPostProcessors for the purposes of testi...

Spring Security CacheControlHeadersWriter breaks Etag and Last-Modified

SummaryIf a request handler returns ETag or Last-Modified headers (manually or by using Spring's WebRequest.checkNotModi...

Spring Security SEC-2056: CVE-2012-5055 DaoAuthenticationProvider can reveal which usernames are valid

Rob Winch (Migrated from SEC-2056) said:Description:Spring Security's DaoAuthenticationProvider authenticates users by u...

Spring Security App client gets token

Can authorization code mode be more flexible to support app login, because app login omits the authorization of authoriz...

Spring Security Make #oauth2. expressions compatible with JwtAuthenticationToken

Expected BehaviorOAuth2MethodSecurityExpressionHandler should work with JwtAuthenticationTokenCurrent BehaviorCurrently ...

Spring Security ServerBearerTokenAuthenticationConverter throws exceptions instead of signalling error

Describe the bugServerBearerTokenAuthenticationConverter throws exceptions in casebearer token doesn't match pattern or ...

Spring Security NPE when using @PreAuthorize in a Controller inheriting from a base class

Describe the bugWhen using @PreAuthorize("isAuthenticated()") on a Controller that inherits from a base class, where bot...

Spring Security Fix build error related to Mono.deferWithContext()

There was a recent change in reactor-core that is causing the snapshot build to fail.Mono.deferWithContext() was changed...

Spring Security JwtDecoderProviderConfigurationUtils not using RestTemplate bean

Describe the bugThe class JwtDecoderProviderConfigurationUtils is instanciating the RestTemplate instead of using the be...

Spring Security Register RestOperations @Bean to be used as default for oauth2-client flows

We should register a RestOperations @Bean in OAuth2ClientConfiguration that is configured with default settings and is u...

Spring Security Manage oauth2-oidc-sdk dependency version

SummaryThis is a nitpick, quality-of-life issue regarding the new opaque token introspection support in spring-security-...

Spring Security Make class SimpleSaml2AuthenticatedPrincipal public

Expected BehaviorWe are able to serialize/deserialize the class Saml2Authentication and SimpleSaml2AuthenticatedPrincipa...

Spring Security Remove OpenSamlImplementation

OpenSamlImplementation is a package-private Spring Security class that exists to remove some of the boilerplate needed t...

Spring Security OpenSamlAuthenticationRequestFactory should use OpenSAML directly

OpenSamlAuthenticationRequestFactory leverages a package-private class OpenSamlImplementation to remove boilerplate from...

Spring Security OpenSamlAuthenticationProvider should use OpenSAML directly

OpenSamlAuthenticationProvider leverages a package-private class OpenSamlImplementation to remove boilerplate from its o...
上一页 下一页
.