Nineya
Home
Blog
软著申请
Spring Security adding query parameter to authorization_uri creates malformed url
2025-01-18 06:10:08
28833
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
2025-01-18 06:10:05
2453
Expected BehaviorSpring Framework 5.3 has added support for discovering tested configuration on an enclosing class. This...
Spring Security WithSecurityContextTestExecutionListener should respect NestedTestConfiguration
2025-01-18 06:10:02
456
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
2025-01-18 06:10:00
1669
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
2025-01-18 06:09:57
405
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
2025-01-18 06:09:55
4941
"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
2025-01-18 06:09:52
1304
Describe the bugThe javadoc of org.springframework.security.core.SpringSecurityMessageSourcesaysThe default MessageSourc...
Spring Security Getting error when enabling global security method
2025-01-18 06:09:49
2646
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
2025-01-18 06:09:47
4436
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
2025-01-18 06:09:44
172
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
2025-01-18 06:09:42
2537
SummaryThe docs for authorizeRequests state:There are multiple children to the http.authorizeRequests() method each matc...
Spring Security BearerTokenAuthenticationEntryPoint allow response to be customized
2025-01-18 06:09:39
1813
Expected BehaviorIn order to allow customization of errors when token is rejected (see #5985 for example), BearerTokenAu...
Spring Security permitAll does'nt work
2025-01-18 06:09:36
1150
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
2025-01-18 06:09:33
419
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
2025-01-18 06:09:31
6129
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)?
2025-01-18 06:09:28
1460
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
2025-01-18 06:09:25
3647
The authentication manager of the Saml2WebSsoAuthenticationFilter can be overwritten, using a custom AuthenticationManag...
Spring Security Support customization of BearerTokenResolver in JwtIssuerAuthenticationManagerResolver
2025-01-18 06:09:23
4648
Expected BehaviorIt should be possible to set or customize the BearerTokenResolver inside the JwtIssuerAuthenticationMan...
Spring Security Add unsupported_token_type in OAuth2ErrorCodes
2025-01-18 06:09:20
159
Add unsupported_token_type in OAuth2ErrorCodes.The OAuth 2.0 Token Revocation Endpoint (spring-authorization-server#83) ...
Spring Security Persist login actions in database
2025-01-18 06:09:18
1530
Hello,I suggest that you offer a functionality that persists login actions in DB, for example table LoginDetails(usernam...
上一页
下一页
1
…
690
691
692
693
694
…
2246
.