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

Some users are having a hard time configuring their environment to work with the Spring Security codebase. We should review and improve the CONTRIBUTING doc in order to avoid contributors...

in: docs
type: enhancement

Related #8885, https://github.com/spring-projects/spring-security/issues/9904#issuecomment-863439948 It would be nice to be able to provide an issuer location to `NimbusJwtDecoder` instead of a JWK Set URI. It would allow the issuer discovery to...

type: enhancement
in: oauth2

**Expected Behavior** Something like the `JwtAuthenticationConverter` but for token instrospection. My first thougt is, inside `OpaqueTokenAuthenticationProvider`, delegate`AbstractAuthenticationToken convert(OAuth2AuthenticatedPrincipal principal, String token)` to a configurable bean. As we already have the...

type: enhancement
in: oauth2

status: duplicate
in: web
type: enhancement

Closes gh-11621

status: duplicate
type: bug
in: oauth2

Based on https://github.com/spring-projects/spring-security/pull/10447#issuecomment-966593724, `Argon2PasswordEncoder`, `ScryptPasswordEncoder`, and `Pbkdf2PasswordEncoder` should have their minimums updated. Please also see gh-7411 gh-4788

in: crypto
type: enhancement

**Describe the bug** I am migrating from `WebSecurityConfigurerAdapter `to use `SecurityFilterChain `bean. In my current implementation I have an ability to support both Basic authentication as well as Oauth2ResourceServerAuthentication. (using...

status: waiting-for-triage
type: bug

The client should have the ability to authenticate with the Authorization Server using X.509 certificate. See RFC 8705 [OAuth 2.0 Mutual-TLS Client Authentication and Certificate-Bound Access Tokens](https://tools.ietf.org/html/rfc8705)

type: enhancement
in: oauth2

**Describe the bug** I have enabled CSRF on my spring cloud API gateway server. I have angular as my GUI framework which calls the rest services through the API gateway....

in: web
type: bug