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

This PR implements a simpler approach, as suggested by @jzheaux, to support `OAuth2AuthenticatedPrincipal` injection into `JwtAuthenticationToken` Resolves: #6237

type: enhancement
in: oauth2

Replace comparison based on the != operator by an .equals() comparison based on the text value. The 2 objects have the same value in most setups, but not when used...

status: waiting-for-feedback
in: web
type: bug

**Describe the bug** When using OAuth2 opaque Bearer token, without jwt token, the code breaks after upgrade to `spring-boot:3.5.0`. The same code worked without problem with `spring-boot:3.4.6`. Here, exception is...

type: bug
in: oauth2

Currently `dpop` can't be configured. `OAuth2ResourceServerConfigurer` has `dPoPAuthenticationConfigurer` and it is already initialized with `DPoPAuthenticationConfigurer` and in `configure` method it is always applied to `http`. It would be nice to...

status: duplicate
type: enhancement
in: oauth2

Closes gh-16940

type: enhancement
in: oauth2

We need to implement the Reactive counterpart of gh-16589.

status: duplicate
type: enhancement
in: oauth2

[Thomas Koch](https://jira.spring.io/secure/ViewProfile.jspa?name=thkoch) (Migrated from [SEC-2379](https://jira.spring.io/browse/SEC-2379?redirect=false)) said: I've a model class supported by Hibernate/JPA with row level security and a PagingAndSortingRepository interface for this model. I want to call findAll(pageable) on...

in: acl
type: jira

This feature will deliver [OAuth 2.0 Protected Resource Metadata](https://datatracker.ietf.org/doc/html/rfc9728).

type: enhancement
in: oauth2

We should strongly consider removing the `com.nimbusds:oauth2-oidc-sdk` dependency as it has caused a number of issues over the years ever since we added it's usage in the OAuth2 support. The...

in: oauth2
type: breaks-passivity

See issue gh-15354.

in: oauth2
type: breaks-passivity