Nineya
Home
Blog
软著申请
Spring Security No way to allow one resource among a set of REST resources from doing BASIC auth
2025-01-18 07:12:08
1677
I have an application with following resources ,POST /carCreate API POST /car/{someId}Update API GET /car/insuracePOST /...
Spring Security OidcClientInitiatedLogoutSuccessHandler should understand redirect uri placeholders
2025-01-18 07:12:05
1588
OAuth 2.0 Login supports placeholders like baseUrl and registrationId.OAuth 2.0 Logout should support these as well.The ...
Spring Security Add InResponseTo validation support
2025-01-18 07:12:02
6998
Describe the bugThe InResponseTo field is not validated and the repsonse is not rejected when this does not correspond t...
Spring Security DefaultSecurityFilterChain version upgrade to 2.6.* changes log behaviour (and meaning)
2025-01-18 07:11:59
1834
Describe the bugThe INFO log of the DefaultSecurityFilterChain changed from 'Will secure any request with [WebAsyncInteg...
Spring Security Gradle Build Fails
2025-01-18 07:11:57
6179
When attempting to build the gradle project in Intelij, the build fails as JavadocApiPluginITest.groovy throws an except...
Spring Security Add SecurityContextHolderFilter
2025-01-18 07:11:54
589
We should add a SecurityContextHolderFilter that loads the SecurityContext from the request. It will not automatically s...
Spring Security Remove "Hi servlet/authentication/architecture there" from docs
2025-01-18 07:11:52
204
Remove "Hi servlet/authentication/architecture there" from docs https://docs.spring.io/spring-security/reference/5.6.1/s...
Spring Security Automate updating schema symlinks
2025-01-18 07:11:49
750
For each release, three manual steps are necessary to keep schema XSD links up to date on the docs server:Copy the sprin...
Spring Security Add Kotlin example for basic WebTestClient Security setup of reactive applications
2025-01-18 07:11:46
845
Describe the bugA basic WebTestClient Security Setup comes with only Java example.To Reproduce1. Browse to WebTestClient...
Spring Security Inconsistency with PreInvocationAuthorizationAdvice in GlobalMethodSecurityConfiguration
2025-01-18 07:11:44
1834
SummaryGlobalMethodSecurityConfiguration provides a way to specify custom implementation on PreInvocationAuthorizationAd...
Spring Security SEC-2739: Openid Authentication issue with google
2025-01-18 07:11:41
6181
venkata kambhampaty (Migrated from SEC-2739) said:It looks like google has changed they way openid authentication is don...
Spring Security Duplicate Security Headers
2025-01-18 07:11:38
933
SummaryWhen default security headers are added using HttpSecurity.headers(), some headers are added twice when async req...
Spring Security Spring security is not propagated when using async mvc handler
2025-01-18 07:11:36
1293
SummaryUsing CompletableFuture<?> on secured API, SecurityContextHolder is not persisted on async handler.Actual B...
Spring Security Cannot connect RemoteTokenServices due to exception
2025-01-18 07:11:33
11148
SummaryHi there, I've been dealing with this issue for the past few days that I believe I've finally resolved. Essential...
Spring Security ReactiveOidcIdTokenDecoderFactory should be able to use custom Webclient
2025-01-18 07:11:30
2558
Expected BehaviorThe ReactiveOidcIdTokenDecoderFactory should be able to use a custom Webclient if the token is decoced ...
Spring Security Consider adding factory method to UsernamePasswordAuthenticationToken
2025-01-18 07:11:28
3803
ContextUsernamePasswordAuthenticationToken has two constructors.one creates a UsernamePasswordAuthenticationToken in the...
Spring Security Read Security Event Token (SET) Delivery Using HTTP
2025-01-18 07:11:24
64
Summaryhttps://tools.ietf.org/html/draft-ietf-secevent-http-push
Spring Security Read RFC 8417 - Security Event Token
2025-01-18 07:11:22
71
SummaryRead https://tools.ietf.org/html/rfc8417Comment From: rwinchDone
Spring Security Spring Security RSocket PayloadSocketAcceptorInterceptor bean not working with Spring Boot
2025-01-18 07:11:19
2296
I wrote a post on RSocket Server Authentication/Authorization using Spring Security which is available here. I found a p...
Spring Security No Encoder for BearerTokenMetadata in Spring Security RSocket
2025-01-18 07:11:16
1732
No Encoder for BearerTokenMetadata in Spring Security RSocketWhen using JWT with Bearer Token, Sending the JWT Token fro...
上一页
下一页
1
…
641
642
643
644
645
…
2246
.