Spring Security An incorrect exception message comes from username not found

verson: springboot2.4.0look this org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvid...

Spring Security Allow for multiple Jwt to GrantedAuthorizies converters

It is quite hard to have multiple converters extract granted authorities from JWT tokens.In the case of an authorization...

Spring Security Cannot access 'WebSecurityEnablerConfiguration': it is package-private

Describe the bugWith kotlin 1.4 explicit api mode enabled explicit api mode I could not compile with Spring boot 2.4.0 a...

Spring Security CheckStyle rules file could not be parsed

NOTE: This issue is specific to IntelliJ.IntelliJ reports the following error:The CheckStyle rules file could not be par...

Spring Security Change OAuth2AuthorizedClientService#saveAuthorizedClient to take in principalName instead of Authentication

Expected BehaviorOAuth2AuthorizedClientService#saveAuthorizedClient accepts OAuth2AuthorizedClient authorizedClient and ...

Spring Security OAuth2AuthorizationRequest additionalParameters urlencoding

Describe the bugGot invalid url If defining for example json-string as additional parameter for OAuth2AuthorizationReque...

Spring Security validation issuer for oidc discovery configuration

I have spring boot application with spring boot configuration.spring: security: oauth2: client: provider...

Spring Security Make RestTemplate used by ClientRegistrations (Discovery) configurable

Summaryspring-security-oauth2-client uses a RestTemplate for openid/oauth Discovery that is not configurable. This is un...

Spring Security Make WebClient visible to configure Oauth2-jose (add proxy for instance)

Hello everybodySummaryI currently use spring security with the oauth2 provider behind corporate firewall. The oauth2-jos...

Spring Security OAuth2AuthorizationRequest builder encodes additional parameters as RFC-3986, but should be Mime Encoded

Describe the bugWe are integrating with an Oauth2 provider. I need to send the user's email as a "login_hint" additiona...

Spring Security Spring in combination with jetty BadMessageException returns 401 instead of 400

Springboot version2.3.4.RELEASEJetty versionjetty-9.4.31.v20200723; built: 2020-07-23T17:57:36.812Z; git: 450ba27947e13e...

Spring Security Configure HTTP Security without extending WebSecurityConfigurerAdapter

Expected BehaviorSimilar to the WebFlux security configuration, we should add the capability to configure HTTP Security ...

Spring Security Make JwtDecoderProviderConfigurationUtils methods public

As a developer that needs to fine tune the JWT decoding process, it would be useful if this class and its members JwtDe...

Spring Security SecurityWebApplicationContextUtils should use WebApplicationContextUtils

Initially SecurityWebApplicationContextUtils copied code from WebApplicationContextUtils.findWebApplicationContext to en...

Spring Security Resource Server should identify unauthorized REST requests like HTTP Basic does

When a web application is configured for a browser-based authentication mechanism in addition to Resource Server, empty ...

Spring Security JwtIssuerAuthenticationManagerResolver should not resolve the bearer token

Current BehaviorEach of JwtIssuerAuthenticationManagerResolver and JwtIssuerReactiveAuthenticationManagerResolver uses e...

Spring Security Provide customization hooks for reactive oauth2 token client requests

EnhancementAllow extension of AbstractWebClientReactiveOAuth2AccessTokenResponseClient by class outside the package.Allo...

Spring Security Make salt length configurable in Pbkdf2PasswordEncoder

SummaryThe Pbkdf2PasswordEncoder class always generates an 8-byte salt. NIST Special Publication 800-132 section 5.1 cal...

Spring Security Spring security does not redirect to success login after authentication success

I have a problem in spring security, when I login successfully, the home page that I've set, does not load and the page ...

Spring Security Exposing Beans for defaultMethodExpressionHandler can prevent Method Security #4020 - IS BACK

I find that this previously closed issue #4020 is back. https://github.com/spring-projects/spring-security/issues/4020I...
上一页 下一页
.