Nineya
Home
Blog
软著申请
Spring Security Add server request cache that uses cookie
2025-01-18 05:38:39
730
SummaryCurrently we have the ability to store a user's initial request using WebSessionServerRequestCache. This causes t...
Spring Security CVE-2019-17195 with org.springframework.security:spring-security-oauth2-jose:jar:5.1.7 due to com.nimbusds:nimbus-jose-jwt:jar:6.0.2
2025-01-18 05:38:35
1373
Dear colleagues,As org.springframework.security:spring-security-oauth2-jose:jar:5.1.7 brings in com.nimbusds:nimbus-jose...
Spring Security How to validate multiple access_token with different http header using ResourceServer configurations?
2025-01-18 05:38:31
2809
I have below config to validate the access_token from the request Using the resource server api. I have the requirement ...
Spring Security Empty RelayState causes errors with ADFS
2025-01-18 05:38:26
1864
Hi Spring security team,I'm using the brand new SAML 2 support with Spring Boot 2.2.1 and Spring Security 5.2.1 and I ha...
Spring Security Extract HTTP Response Headers Documentation
2025-01-18 05:38:23
180
SummarySimilar to how we extracted out the CSRF documentation, we should extract the HTTP headers documentation into the...
Spring Security Only Hello Spring Security Boot
2025-01-18 05:38:21
92
SummarySpring Boot is the way going forward. We should remove the other hello documentation.
Spring Security Typo 'hasPermision()' in GlobalMethodSecurityBeanDefinitionParser.java
2025-01-18 05:38:19
145
Backport of https://github.com/spring-projects/spring-security/issues/7658Comment From: jzheauxFixed via cd0bec48deb4e17...
Spring Security Refine subscription strategy for Servlet ExchangeFilterFunctions
2025-01-18 05:38:14
506
Related to #7422 There are two Servlet-based ExchangeFilterFunctions in the code base:ServletBearerExchangeFilterFunctio...
Spring Security Request-level CSRF Disabling
2025-01-18 05:38:12
247
Related to this comment:Let's add a request attribute that CsrfFilter is aware of and an exchange attributes that CsrfWe...
Spring Security Typo 'hasPermision()' in GlobalMethodSecurityBeanDefinitionParser.java
2025-01-18 05:38:08
666
The source file org.springframework.security.config.method.GlobalMethodSecurityBeanDefinitionParser.java has on line 210...
Spring Security Support custom filter in Kotlin DSL
2025-01-18 05:38:06
355
SummaryWe should add support for adding a custom filter in the Kotlin DSL.The configuration would look like@EnableWebSec...
Spring Security Use Kotlin DSL Marker Annotations to prevent scope leaking
2025-01-18 05:38:04
361
SummaryCurrently, in the Kotlin DSL, function autocompletion is not limited to their specific scope.This leads to config...
Spring Security Add ReactiveJwtIssuerAuthenticationManagerResolver and Reactive Multi Tentant Examples
2025-01-18 05:38:02
5260
Hi,I'm trying to add oauth resource server multi tenancy support (by issuer) to my existing webflux stack (Boot 2.2, Spr...
Spring Security Consider adding JwtClaimValidator
2025-01-18 05:37:59
401
JwtClaimValidator could be a nice generalization of JwtIssuerValidator. Something like:public JwtClaimValidator(String c...
Spring Security Nimbus OpaqueTokenIntrospectors should differentiate token and service errors
2025-01-18 05:37:56
550
In nearly all cases, NimbusJwtDecoder and NimbusReactiveJwtDecoder throw aa OAuth2IntrospectionException when something ...
Spring Security OAuth2AuthorizationRequest.Builder should configure additional parameters with a consumer
2025-01-18 05:37:54
2206
In order to add a custom parameter to the default authorization request, an application follows the delegator pattern:OA...
Spring Security Update dependencies
2025-01-18 05:37:51
762
Update to Spring Framework 5.2.4.RELEASEUpdate to Reactor Dysprosium-SR5Update to Spring Data Moore-SR5Update to Jackson...
Spring Security DefaultAuthenticationEventPublisher should allow configuring a default event
2025-01-18 05:37:48
1062
DefaultAuthenticationEventPublisher will drop any exceptions that it doesn't have mapped. This means that an application...
Spring Security DefaultAuthenticationEventPublisher should be configurable via Map
2025-01-18 05:37:45
1734
DefaultAuthenticationEventPublisher can be configured with additional exception mappings via setAdditionalExceptionMappi...
Spring Security Tab switching does not work in documentation code samples
2025-01-18 05:37:41
614
SummaryIn the documentation, we show code samples and allow the user to choose which language they want to see them in (...
上一页
下一页
1
…
717
718
719
720
721
…
2246
.