Nineya
Home
Blog
软著申请
Spring Security Does Spring Security support QR code login?
2025-01-18 09:19:46
660
Scenario: After logging in on a mobile phone, the user scans the QR code to log in to the computer's web page,I searched...
Spring Security Error creating the following bean: org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration
2025-01-18 09:19:43
18738
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.con...
Spring Security Possibility to replace OAuth2LoginAuthenticationWebFilter with a custom-made web-filter
2025-01-18 09:19:40
1258
Expected BehaviorPossibility to replace OAuth2LoginAuthenticationWebFilter with a custom-made AuthenticationWebFilter f...
Spring Security CSRF check on websockets not skipped if there is a Bearer token present.
2025-01-18 09:19:37
2607
I have a project composed of spring-cloud-gateway in front of a couple of spring boot microservices that use websockets....
Spring Security oauth2-client: Parallel refresh requests are very slow (WebFlux)
2025-01-18 09:19:35
5477
Expected BehaviorIf there are parallel requests that require a refreshed token, this should only need to be done once - ...
Spring Security Automate check of expected branch version
2025-01-18 09:19:28
368
We should add a step in our CI that verifies if the branch contains the right version. For example, for branch 6.3.x the...
Spring Security Fix Compromised Password Checker Docs Sample Not Working
2025-01-18 09:19:25
729
The current documentation uses a @ControllerAdvice to handle the CompromisedPasswordException and redirect the user to t...
Spring Security Support multiple OpaqueTokenIntrospector
2025-01-18 09:19:23
4627
There are cases where support for multiple OpaqueTokenIntrospectors in an OpaqueTokenAuthenticationProvider is needed. T...
Spring Security PreAuthorize using a custom AuthorizationManager (Documentation)
2025-01-18 09:19:20
7525
Been looking into the documentation trying to figure out how to use a custom AuthorizationManager with PreAuthorize and ...
Spring Security Adapt to form data not adding charset if it is UTF-8
2025-01-18 09:19:18
1833
In https://github.com/spring-projects/spring-framework/issues/31742 a change was made to not add the charset parameter i...
Spring Security LogoutConfigurer forces POST even if CSRF is disabled for /logout
2025-01-18 09:19:15
3603
With a configuration that includes CSRF protection (even customized), LogoutConfigurer assumes that /logout will only ma...
Spring Security Add Documentation About Serialization Between Minor Versions
2025-01-18 09:19:12
1883
Documentation and maybe a blog post should be added for https://github.com/spring-projects/spring-security/issues/3737Co...
Spring Security A broken link in Spring Security reference
2025-01-18 09:19:09
522
The following snippet from Method Security section of Spring Security reference contains a broken link to AuthorizationM...
Spring Security Split of Method Security Documentation
2025-01-18 09:19:06
63
The current Method Security is 40 pages. We should split it up.
Spring Security OpenID Connect Oauth2 Logout Token not using custom jwt alg
2025-01-18 09:19:04
1055
Describe the bugI am trying to make the Back-Channel Logout work with an OIDC client registered with an id_token_signed_...
Spring Security Security Context is not updating
2025-01-18 09:19:02
3259
I have a URI that updates authenticated user's context now when user only calls this URI it is working as expected but ...
Spring Security Support Externalized Method Security Configuration
2025-01-18 09:18:59
618
There are times that users cannot add annotations to objects or APIs that they want to secure. For example, consider if ...
Spring Security Provide a way for OAuth2 Resource server to cache the given tokens during the token lifetime
2025-01-18 09:18:57
14535
Expected BehaviorThe OAuth2 Resource server should have a way to cache tokens (such as JWT) to avoid validating the toke...
Spring Security Authentication not propagated correctly after migrating to SB3
2025-01-18 09:18:54
27962
Hello,I'm trying to migrate from Spring boot 2 to 3 and having an issue I can't seem to solve, despite having tried mult...
Spring Security Unsecured Endpoints will always return 403 Forbidden due to errorhandling by /error
2025-01-18 09:18:49
2282
Since Spring Security 6 every exception thrown by an endpoint that is configured as .permitAll() will be send as 403 For...
上一页
下一页
1
…
537
538
539
540
541
…
2246
.