spring-security
spring-security copied to clipboard
Spring Security
We should look into how to provide native hints for bean methods used inside Method Security annotations. Currently, in order to make this work: ```java @Component class Authz { boolean...
**Describe the bug** Using Spring Security with CustomUsernamePasswordAuthenticationFilter is not working with custom Form login in SpringBoot version 3.2.3. It is getting Authenticated but failed to open main page, redirecting...
"Authentication" is an interface, not a class. So, It's not correct to say 'instance of the Authentication class.
Closes gh-14663 See the issue for use-case matrix. ## Open questions I'd like to draw your attention to the following: - [ ] Review log messages, are they appropriate? -...
solves https://github.com/spring-projects/spring-security/issues/14635
When using `` to configure a `RelyingPartyRegistrationRepository`, it would be helpful to be able to give it an identifier so that it can be referred to other custom SAML components...
I want to set the RelayState parameter so that I can pass a **redirectUrl** received at runtime from a different request. This was possible in the SAML extension library by...
**Expected Behavior** In order to be able to work with some restrictive SSO implementations sometimes additional parameters are needed (like "state") in order that the logout request is succeeding. **Current...