Nineya
Home
Blog
软著申请
Spring Security Document generic AuthenticationFilter class
2025-01-18 09:03:44
502
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
2025-01-18 09:03:42
1363
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
2025-01-18 09:03:38
3630
According to the Webflux documentation it is allowed to use the return type ResponseEntity<Mono<T>>Neither A...
Spring Security DefaultMethodSecurityExpressionHandler.createSecurityExpressionRoot private instead of protected method called
2025-01-18 09:03:35
1992
The DefaultMethodSecurityExpressionHandler.createEvaluationContext method calls private access createSecurityExpressionR...
Spring Security Default url are authenticated when any security matcher is specified
2025-01-18 09:03:32
1696
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
2025-01-18 09:03:29
315
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
2025-01-18 09:03:27
25083
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
2025-01-18 09:03:23
23404
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
2025-01-18 09:03:19
3765
Describe the bugjava.lang.UnsupportedOperationException: null at java.base/java.util.Collections$EmptyMap.computeIfPr...
Spring Security Support Converter for SpEL return types to AuthorizationDecision
2025-01-18 09:03:16
390
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
2025-01-18 09:03:13
353
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
2025-01-18 09:03:11
3152
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
2025-01-18 09:03:08
10604
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
2025-01-18 09:03:05
1597
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
2025-01-18 09:03:03
1022
It's common to compose the OAuth2TokenValidator<Jwt> defaults with additional validators. Here is an example from ...
Spring Security Documentation links for 5.x are broken
2025-01-18 09:03:00
555
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
2025-01-18 09:02:57
4118
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
2025-01-18 09:02:55
8238
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
2025-01-18 09:02:41
581
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
2025-01-18 09:02:39
4283
Describe the bugSince Spring Security 2.6 throwing an AuthenticationException inside an AuthenticationProvider causes th...
上一页
下一页
1
…
551
552
553
554
555
…
2246
.