Spring Security Locally-Configured Key Rotation

JWK sets are the premier way to support key rotation in Spring Security's OAuth 2.0 Resource Server.However, not all Ide...

Spring Security Provide Servlet equivalent of UnAuthenticatedServerOAuth2AuthorizedClientRepository

SummaryCurrently when Using ServletOAuth2AuthorizedClientExchangeFilterFunction (this might also apply to the Server im...

Spring Security filterOrdersHttpSecurity.addFilterAtOffsetOffilterOrders does not add filter order to filterOrders

Describe the bugKeycloak for spring-boot adds two filters successively which results in a NPE: @Override protected...

Spring Security need use relaystate to resolve csrf when integrate saml2

Some documents suggest using relaystate to pass csrftoken to solve CSRF attacks. Some documents suggest using relaystate...

Spring Security Remember-me throws error or always redirect to login again

SummaryNot working as expected. It works only with: NoOpPasswordEncoderActual BehaviorThrows UserDetailsService is requi...

Spring Security ExceptionTranslationWebFilter does not support AnonymousAuthenticationWebFilter

Hi,The ExceptionTranslationWebFilter doesn't check if the authentication object of the ReactiveSecurityContextHolder is ...

Spring Security Authentication scheme case-insensitivity

/cc @vpavic @jzheaux @rwinch @tnwang @nlebasLet's revisit the Authentication scheme case-insensitivity as it seems we're...

Spring Security SEC-1912: Md5PasswordEncoder should allow option to include cipher when getting byte array from password hash

Drew Wings (Migrated from SEC-1912) said:OpenLDAP stores MD5 hashed passwords with a cipher {MD5}. When the byte array f...

Spring Security SEC-1818: BindAuthenticator and AbstractLdapAuthenticator improvement

Mikhail Mazursky (Migrated from SEC-1818) said:I'm using bind authenticator and i want to format userDn not only based o...

Spring Security SEC-1894: Add XML support for configuring custom InvalidSessionStrategy

Victor Polischuk (Migrated from SEC-1894) said:There is no simple way to setup custom strategy on session invalidation. ...

Spring Security SEC-1872: PreAuthorize and PostAuthorize that evaluates java code

christophe blin (Migrated from SEC-1872) said:The @PreAuthorize and @PostAuthorize are very handy to quickly write a sim...

Spring Security SEC-1871: AbstractRememberMeServices method getCookiePath()

Jon Osborn (Migrated from SEC-1871) said:For some implementations behind proxy services, the CookiePath must be 'url enc...

Spring Security Digest authentication and ChangeSessionIdAuthenticationStrategy

Hello.I'm using SS for Digest auth in Spring based application/Spring Core 4.2.5.Spring MVC 4.2.5.Spring Security 4.0.4....

Spring Security SEC-1851: DigestAuthenticationEntryPoint should generate really unique nonce values

Vladimir Korolev (Migrated from SEC-1851) said:RFC 2617 specifies that "nonce" should be uniquely generated. See http://...

Spring Security SEC-1860: Add <http-digest> similar to <http-basic> to the security namespace

Eugen Paraschiv (Migrated from SEC-1860) said:The element of the security namespace has to support basic authenticatio...

Spring Security DefaultSpringSecurityContextSource can't handle spaces in baseDn

Describe the bugWhen given a valid URL such as ldap://server/dc=org%20with%20space,dc=com, the DefaultSpringSecurityCon...

Spring Security SEC-1844: Add the HTTPonly flag to the rememberMe cookie even it is not Servlet 3.0 API

Michael Furman (Migrated from SEC-1844) said:Hi!It is important to add the HTTPonly flag to the rememberMe cookie.Versio...

Spring Security SEC-1831: org.springframework.security.web.savedrequest.HttpSessionRequestCache should allow developer set the session attribute name

wayne zheng (Migrated from SEC-1831) said:In the Class org.springframework.security.web.savedrequest.HttpSessionRequestC...

Spring Security SEC-1840: UserMap is deprecated and InMemoryDaoImpl uses it; what to do?

The Alchemist (Migrated from SEC-1840) said:org.springframework.security.core.userdetails.memory.UserMap is deprecated b...

Spring Security SEC-1801: Please put generated POMs in samples and include with git source code

Dave Syer (Migrated from SEC-1801) said:Please put generated POMs in samples and include with git source code. I'd real...
上一页 下一页
.