spring-security icon indicating copy to clipboard operation
spring-security copied to clipboard

Spring Security

Results 621 spring-security issues
Sort by recently updated
recently updated
newest added

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...

in: core
type: enhancement

**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...

status: waiting-for-feedback
type: bug

"Authentication" is an interface, not a class. So, It's not correct to say 'instance of the Authentication class.

in: docs
type: bug

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? -...

in: core
type: enhancement

solves https://github.com/spring-projects/spring-security/issues/14635

status: waiting-for-triage

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...

type: enhancement
status: ideal-for-contribution
in: saml2

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...

in: docs
type: enhancement

**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...

status: waiting-for-triage
type: enhancement