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

In order to highlight the configuration improvements of gh-13763, we need a place in the docs to add some reactive code examples for OAuth2 Client. We should create a landing...

in: docs
type: enhancement

Need to add `BearerTokenAuthenticationConverter` that implements `AuthenticationConverter`. Perhaps, it is worth extract some of the functionality from `ServerBearerTokenAuthenticationConverter` into `AbstractBearerTokenAuthenticationConverter` for example. This will be a template method pattern.

status: waiting-for-triage
type: enhancement

**Expected Behavior** In `DefaultRelyingPartyRegistrationResolver` class, there is a private static method `resolve()` method that is used to resolve URL strings defined in the relying party registration information containing variables, such...

status: waiting-for-triage
type: enhancement

### Summary I need to customize the behavior of the reactive method security expression handler. In the non reactive version this could be done extending `GlobalMethodSecurityConfiguration` as stated in the...

in: core
type: enhancement

Fixes #11725 Please let me know if i have implemented something incorrectly. First time submitting a PR for bug fix :)

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

**Describe the bug** DefaultLdapAuthoritiesPopulator does not provide a way to fetch all authorities belonging to the user if pagination is enforced on the LDAP Server. We have a use-case where,...

status: waiting-for-triage
type: bug

The workflow has been disabled to run on a scheduled basis in https://github.com/spring-projects/spring-security/issues/14732. That happened because we might have different needs for different branches, for example, we might want to...

type: task

Need to add https://openid.net/specs/openid-client-initiated-backchannel-authentication-core-1_0.html support.

status: waiting-for-triage
type: enhancement

There are times that users cannot add annotations to objects or APIs that they want to secure. For example, consider if an _team external_ provides a `PersonService` and _team internal_...

**Describe the bug** In a Spring Boot application with multiple servlets registered to the context (DispatcherServlet and at least one other), an `IllegalArgumentException` with message `Failed to find servlet []...

status: waiting-for-triage
type: bug