Spring Security Document generic AuthenticationFilter class

A generic AuthenticationFilter class was added in #6506 to v5.2, but there still isn't any documentation to explain why ...

Spring Security Document How to Configure Spring Security in Eclipse, IntelliJ, and VSCode

Some users are having a hard time configuring their environment to work with the Spring Security codebase.We should revi...

Spring Security @EnableReactiveMethodSecurity does not support ResponseEntity<Publisher<T>> as return type

According to the Webflux documentation it is allowed to use the return type ResponseEntity&lt;Mono&lt;T&gt;&gt;Neither A...

Spring Security DefaultMethodSecurityExpressionHandler.createSecurityExpressionRoot private instead of protected method called

The DefaultMethodSecurityExpressionHandler.createEvaluationContext method calls private access createSecurityExpressionR...

Spring Security Default url are authenticated when any security matcher is specified

authentication-bug.zipSpring boot 3.2.3Code to reproduce is attached. Start own authorization server before and update p...

Spring Security Automatically update docs-build branch dependencies

https://github.com/spring-projects/spring-security/blob/docs-build/build.gradle#L15-L21https://github.com/spring-project...

Spring Security Provide support for OAuth 2.0 Token Exchange for client

We need to provide support for OAuth 2.0 Token Exchange RFC 8693Related #6053 Comment From: William1104Hi, This feature ...

Spring Security "client_secret" is missing Linkedin Login

Oauth client with Linkedin login doesn't work on Spring Boot 3.1.1, spring-security-oauth2-client-6.1.6, spring-security...

Spring Security bug org.springframework.security.oauth2.server.resource.introspection.SpringOpaqueTokenIntrospector introspect method error

Describe the bugjava.lang.UnsupportedOperationException: null at java.base/java.util.Collections$EmptyMap.computeIfPr...

Spring Security Support Converter for SpEL return types to AuthorizationDecision

Support custom return types for for SpEL method security through the use of providing a Converter of that return type to...

Spring Security Method Security SpEL supports AuthorizationDecision return types

It would be nice if we supported AuthrozationDecision return types for Method Security SpEL. This would allow method sec...

Spring Security Consider removing com.nimbusds:oauth2-oidc-sdk dependency

We should strongly consider removing the com.nimbusds:oauth2-oidc-sdk dependency as it has caused a number of issues ove...

Spring Security Dependency convergence failed: nimbus-jose-jwt

Dependency convergence conflict for com.nimbusds:nimbus-jose-jwt using Spring Boot version 3.1.3 / Spring Security versi...

Spring Security Method Security for Filtering non-collections

We support filtering the results of collections, but it would be nice to filter non-collection types. I haven't decided ...

Spring Security Simplify chaining of OAuth2TokenValidator with JwtValidators defaults

It's common to compose the OAuth2TokenValidator&lt;Jwt&gt; defaults with additional validators. Here is an example from ...

Spring Security Documentation links for 5.x are broken

All the docs for 5.x series seems to show "Page Not Found" error.https://docs.spring.io/spring-security/reference/5.8/wh...

Spring Security PreAuthorize not working for inherited methods

Describe the bugIf I use class-level annotation @PreAuthorize it's going to be ignored for methods from the parent class...

Spring Security @EnableJdbcHttpSession not usable in tandem with spring-boot and spring-security

Hello again,I am not aware how to continue - because Java says it is not Serializable:org.springframework.core.convert.C...

Spring Security Provide Password (Compromised) Checking API

SummaryPassword reuse is a serious problem for users and the source of many different hacks. It would be awesome if we c...

Spring Security Throwing an AuthenticationException in an AuthenticationProvider causes Spring Security to deliver public assets with a 401 status code

Describe the bugSince Spring Security 2.6 throwing an AuthenticationException inside an AuthenticationProvider causes th...
上一页 下一页
.