Nineya
Home
Blog
软著申请
Spring Security Add ExceptionHandlingSpec.defaultAuthenticationEntryPointFor()
2025-01-18 06:29:28
394
We should allow for custom ServerAuthenticationEntryPoint to be configured via ServerHttpSecurity.ExceptionHandlingSpec....
Spring Security OAuth2 should not redirect to login for Accept: application/json requests
2025-01-18 06:29:25
1900
Describe the bugRequests that have the header "X-Requested-With: XMLHttpRequest" (correctly) return HTTP 401.However, re...
Spring Security Getting response committed when writing to response.getWriter/getOutputStream
2025-01-18 06:29:22
1309
Describe the bugI have declared a filter and using spring-security. I noticed that when forwarding request to new Servle...
Spring Security Active Directory authentication failed: Supplied password was
2025-01-18 06:29:20
1674
Hi Team,I am always getting below error when trying to connect with ldap server-error is on the below line - return new ...
Spring Security AuthenticationFailureHandler Configuration in OAuth2ResourceServerConfigurer
2025-01-18 06:29:17
1356
Describe the bugIn the Oauth2ResourceServerConfigurer, there is no way to customize the AuthenticationFailureHandler of ...
Spring Security OAuth2UserService supports signed and/or encrypted UserInfo Response
2025-01-18 06:29:14
6509
Expected BehaviorThe implementations of OAuth2UserService support the application/jwt content type when fetching the Use...
Spring Security spring gateway server cannot get response from upsteam server when gateway server protected witeh csrf and request content type is application/x-www-form-urlencoded
2025-01-18 06:29:12
3546
there are two simple server.the 1st is gateway server.it's only import gateway and security.<dependency> <gr...
Spring Security Introduce Bearer Token prefetch and background refresh for WebClient Oauth2
2025-01-18 06:29:09
6524
Expected BehaviorIntroduce opt-in API to initialize Bearer Token before first request, and to refresh this token periodi...
Spring Security Reject use of Optional
2025-01-18 06:29:02
1664
This should reject Optional usage even if it is not imported since users may use method chaining. I think this might be ...
Spring Security Need clarity on fix for https://tanzu.vmware.com/security/cve-2021-22112
2025-01-18 06:28:56
432
As per https://tanzu.vmware.com/security/cve-2021-22112 5.3.8 has the fix, but we dont see difference between 5.3.7 ...
Spring Security Cannot unsecure actuator endpoints when using WebFlux
2025-01-18 06:28:54
6746
Describe the bugWhen using Spring Security with WebFlux, /actuator can be unsecured but all other actuator endpoints can...
Spring Security OAuth2AccessTokenResponse cannot be serialized by Jackson
2025-01-18 06:28:51
1879
Expected BehaviorOAuth2AccessTokenResponse can be serialized.Token storing with redis is popular . @Bean public Re...
Spring Security AccessDeniedHandler and AuthenticationEntryPoint does not work Because of the global exception handler
2025-01-18 06:28:47
25436
SummaryAccessDeniedHandler and AuthenticationEntryPoint do not work because the global exception handler is definedActua...
Spring Security SecurityContextHolderAwareRequestWrapper does not handle JwtAuthenticationToken well
2025-01-18 06:28:19
1661
Describe the bugWhen using the AbstractRequestLoggingFilter it calls request.getRemoteUser() to fetch the username of th...
Spring Security Add AfterMethodAuthorizationManager
2025-01-18 06:28:12
539
Related to #9289, after a method is invoked, authorization needs to know the object returned from the method invocation....
Spring Security Fix package tangle in Resource Server
2025-01-18 06:28:10
305
The newly added BearerTokenAuthenticationConverter creates a package tangle in the Resource Server support.Comment From:...
Spring Security Javadoc error when linking to Spring Security's javadoc using Java 8
2025-01-18 06:28:06
1077
It looks like Spring Security's javadoc is being built with Java 11. This prevents a Java 8 build from linking to it wit...
Spring Security SEC-2745: BasicAuthenticationFilter reports 401 when error occurs with authentication
2025-01-18 06:28:01
1067
Rob Winch (Migrated from SEC-2745) said:I'm using HTTP Basic authentication with an LDAP server as a backend (using auth...
Spring Security Support JWT as an Authorization Grant for client
2025-01-18 06:27:57
9071
This feature will partially implement JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization...
Spring Security Add support for OAuth 2.0 Client authentication methods
2025-01-18 06:27:55
13439
Currently, Spring Security only supports basic and post authentication methods between client and authorization server. ...
上一页
下一页
1
…
677
678
679
680
681
…
2246
.