Spring Security Rate Limiting

SummaryIt would be nice if Spring Security supported Rate Limiting. This should provide support for the web, but not be ...

Spring Security Typo in title of SAML2 Sample Readme

The title of the file samples/boot/saml2login/README.adoc is currently "OAuth 2.0 Login Sample". It should be "SAML 2.0 ...

Spring Security Reactive equivalents for security expression handling and url-based access control

SummaryIn the new thymeleaf-extras-springsecurity5 I'm trying to make all the functionality already existing for Servlet...

Spring Security OAuth2Error when logged user tries to loggin again without logout

SummaryWhen loggin into my web application using oath2 (in this summary I will use google provider as example), it will ...

Spring Security Mock request with non-standard HTTP method in test

Our build is failing when running against the latest Spring Framework snapshot.The test matchesRequireCsrfProtectionWhen...

Spring Security Preventing DoS attack in oAuth 2.0 with a valid access token

Expected BehaviorPlacing a limit on the number of requests a user can make using a valid access token to resource ser...

Spring Security ApacheDSContainer should allow a zero port

ApacheDS's TcpTransport allows for a zero port, selecting any available port at startup. It does not correctly propagate...

Spring Security Unused field in Md4PasswordEncoder

It seems that the following line in Md4PasswordEncoder is redundant:https://github.com/spring-projects/spring-security/b...

Spring Security spring-security-custom-authenticationprovider-is-called-twice-and-fails

I have a similar problem mentioned in this SO thread - here.I have tried both the recommended solution in above SO threa...

Spring Security ACL : AclImpl.hashCode leads to StackOverflowError

SummaryWhen calling method AclImpl.hashCode, a java.lang.StackOverflowError is throwActual BehaviorA cross-reference exi...

Spring Security Unable to convert claim 'iss' of type 'class java.lang.String' to URL

I am having string value in iss claim but spring security is expecting iss value as URL.. Is it possible to change somet...

Spring Security FilterInvocation Support Default Methods on HttpServletRequest

FilterInvocation creates a dummy HttpServletRequest to allow creating dummy HttpServletRequest instances. The DummyReque...

Spring Security Object ID Identity conversion to long fails on old schema

SummaryIn case of an old ACL schema where the object_id_identity is of type bigint instead of the current varchar(36), t...

Spring Security Message Compose in JavaConfig hellojs Sample Fails

Describe the bugWhen attempting to compose a message in the Java Config hellojs sample, there is a JavaScript error.To R...

Spring Security Java Config hellojs Sample Login Fails

Describe the bugWhen attempting to log in to the Java Config hellojs sample, it fails with a message:There is no Passwor...

Spring Security XML OpenID sample should POST to logout

Describe the bugCurrently the XML OpenID sample uses GET /logout, which doesn't work since the DefaultLogoutPageGenerati...

Spring Security no 'addFilterBefore in kotlin dsl

Expected Behaviorthere should be addFilterBefore method for http security kotlin dsl, for the equivalent of http.addFilt...

Spring Security Saml2WebSsoAuthenticationRequesFilter should be post-processed

It should be possible to use an ObjectPostProcessor to post-process the configuration of Saml2WebSsoAuthenticationReques...

Spring Security Move TestRelyingPartyRegistrations

TestRelyingPartyRegistrations is in spring-security-config, but it ought to be in the same package as RelyingPartyRegist...

Spring Security Examine SAML2 error code when assertion has invalid signature

ScenarioA SAML2 response assertion has an invalid signature.BehaviorThis commit changed the expected Saml2Authentication...
上一页 下一页
.