Spring Security adding query parameter to authorization_uri creates malformed url

SummaryWhen creating the authorization uri to login with google, there is the option to add a query parameter in order t...

Spring Security WithSecurityContextTestExecutionListener Should Support Nested Classes

Expected BehaviorSpring Framework 5.3 has added support for discovering tested configuration on an enclosing class. This...

Spring Security WithSecurityContextTestExecutionListener should respect NestedTestConfiguration

Describe the bugIn the following code testNoAnnotation should not use @WithMockUser because the mode is EnclosingConfigu...

Spring Security Add support for JVM proxy system properties to the Oauth2 Client support, when creating RestTemplates

Expected BehaviorSpring Security OAuth2 clients work when the authorization server/provider, e.g. Okta, have to be acces...

Spring Security How enable/disable @EnableGlobalMethodSecurity for @Service methods for testing scenario

HelloAll is explained in:How enable/disable @EnableGlobalMethodSecurity for @Service methods for testing scenarioNot sur...

Spring Security SEC-547: acls BasicLookupStrategy user too many (> 1) databasse connections

"Simon van der Sluis":https://jira.spring.io/secure/ViewProfile.jspa?name=svanders said:BasicLookupStrategy opens an add...

Spring Security Some classes should implement MessageSourceAware

Describe the bugThe javadoc of org.springframework.security.core.SpringSecurityMessageSourcesaysThe default MessageSourc...

Spring Security Getting error when enabling global security method

I have a case where I should enable method security check The problem is when I add @EnableGlobalMethodSecurity(prePostE...

Spring Security session is not expired after closing browser

I have a Spring Boot app v2.3.5.RELEASE and Spring Security v5.3.5.RELEASE with the configured security below : securit...

Spring Security Add convenience constructor in OAuth2AuthenticationException

We should add a convenience constructor in OAuth2AuthenticationException that simply accepts an OAuth 2.0 Error code: pu...

Spring Security UrlMapping with identical matcher applied in wrong order

SummaryThe docs for authorizeRequests state:There are multiple children to the http.authorizeRequests() method each matc...

Spring Security BearerTokenAuthenticationEntryPoint allow response to be customized

Expected BehaviorIn order to allow customization of errors when token is rejected (see #5985 for example), BearerTokenAu...

Spring Security permitAll does'nt work

SummaryI set HTTP OPTIONS Request permitAll,But Request also had been interceptedActual BehaviorExpected BehaviorConfigu...

Spring Security Spring Security 5 docs references distribution zip, which does not exist

In Sample Applications part of documentations, the documents mention a distribution zip file. But as far as I saw, there...

Spring Security NullPointerException with MockMvc and @Aspect around FilterChainProxy

Hi,My intention was to set RequestRejectException to return 400 - BAD REQUEST instead of status 500.I know there is upco...

Spring Security Bug with JwtValidators.createDefaultWithIssuer(String)?

I found an odd behavior with JWT parsing and JwtValidators.Scenario:Spring Boot OIDC client (for now a tiny web app, onl...

Spring Security Extensibility of OpenSamlAuthenticationProvider

The authentication manager of the Saml2WebSsoAuthenticationFilter can be overwritten, using a custom AuthenticationManag...

Spring Security Support customization of BearerTokenResolver in JwtIssuerAuthenticationManagerResolver

Expected BehaviorIt should be possible to set or customize the BearerTokenResolver inside the JwtIssuerAuthenticationMan...

Spring Security Add unsupported_token_type in OAuth2ErrorCodes

Add unsupported_token_type in OAuth2ErrorCodes.The OAuth 2.0 Token Revocation Endpoint (spring-authorization-server#83) ...

Spring Security Persist login actions in database

Hello,I suggest that you offer a functionality that persists login actions in DB, for example table LoginDetails(usernam...
上一页 下一页
.