Spring Security No way to allow one resource among a set of REST resources from doing BASIC auth

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

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

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)

Describe the bugThe INFO log of the DefaultSecurityFilterChain changed from 'Will secure any request with [WebAsyncInteg...

Spring Security Gradle Build Fails

When attempting to build the gradle project in Intelij, the build fails as JavadocApiPluginITest.groovy throws an except...

Spring Security Add SecurityContextHolderFilter

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

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

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

Describe the bugA basic WebTestClient Security Setup comes with only Java example.To Reproduce1. Browse to WebTestClient...

Spring Security Inconsistency with PreInvocationAuthorizationAdvice in GlobalMethodSecurityConfiguration

SummaryGlobalMethodSecurityConfiguration provides a way to specify custom implementation on PreInvocationAuthorizationAd...

Spring Security SEC-2739: Openid Authentication issue with google

venkata kambhampaty (Migrated from SEC-2739) said:It looks like google has changed they way openid authentication is don...

Spring Security Duplicate Security Headers

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

SummaryUsing CompletableFuture<?> on secured API, SecurityContextHolder is not persisted on async handler.Actual B...

Spring Security Cannot connect RemoteTokenServices due to exception

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

Expected BehaviorThe ReactiveOidcIdTokenDecoderFactory should be able to use a custom Webclient if the token is decoced ...

Spring Security Consider adding factory method to UsernamePasswordAuthenticationToken

ContextUsernamePasswordAuthenticationToken has two constructors.one creates a UsernamePasswordAuthenticationToken in the...

Spring Security Read Security Event Token (SET) Delivery Using HTTP

Summaryhttps://tools.ietf.org/html/draft-ietf-secevent-http-push

Spring Security Read RFC 8417 - Security Event Token

SummaryRead https://tools.ietf.org/html/rfc8417Comment From: rwinchDone

Spring Security Spring Security RSocket PayloadSocketAcceptorInterceptor bean not working with Spring Boot

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

No Encoder for BearerTokenMetadata in Spring Security RSocketWhen using JWT with Bearer Token, Sending the JWT Token fro...
上一页 下一页
.