Spring Security Add ExceptionHandlingSpec.defaultAuthenticationEntryPointFor()

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

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

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

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

Describe the bugIn the Oauth2ResourceServerConfigurer, there is no way to customize the AuthenticationFailureHandler of ...

Spring Security OAuth2UserService supports signed and/or encrypted UserInfo Response

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

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

Expected BehaviorIntroduce opt-in API to initialize Bearer Token before first request, and to refresh this token periodi...

Spring Security Reject use of Optional

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

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

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

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

SummaryAccessDeniedHandler and AuthenticationEntryPoint do not work because the global exception handler is definedActua...

Spring Security SecurityContextHolderAwareRequestWrapper does not handle JwtAuthenticationToken well

Describe the bugWhen using the AbstractRequestLoggingFilter it calls request.getRemoteUser() to fetch the username of th...

Spring Security Add AfterMethodAuthorizationManager

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

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

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

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

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

Currently, Spring Security only supports basic and post authentication methods between client and authorization server. ...
上一页 下一页
.