Spring Security Add Support for One-Time Token Login

We should add support for one time token authentication, one common example is magic links sent in email or a text code ...

Spring Security StrictServerWebExchangeFirewall breaks spring-cloud-gateways RemoveRequestHeaderGatewayFilterFactory

Describe the bugWith the update to spring-boot-3.3.5, our spring-cloud-gateway application breaks within the built-in "R...

Spring Security ServerBearerTokenAuthenticationConverter does not support form encoded body parameter

Describe the bugWhen using opaque tokens with an OAuth 2 resource server, webflux's ServerBearerTokenAuthenticationConve...

Spring Security Further document adding types to the Jackson allowlist

Given some of the responses in #4370, it would likely be helpful to add to the Jackson documentation, detailing the rati...

Spring Security Custom reactiveUserDetail or custom reactiveAuthenProvider , maximumSessions() not working

Describe the bugWhen i custom reactiveUserDetail or custom reactiveAuthenProvider , maximumSessions() not working **code...

Spring Security UnsupportedOperationException when an http header is being added to a mutated ServerWebExchange request due to the new StrictFirewallHttpHeaders class

Spring Boot 3.3.5 includes spring-security-web-6.3.4.jar. The newly introduced class org.springframework.security.web.se...

Spring Security OpenID Connect 1.0 UserService customization doesn't work

Describe the bugThe example here doesn't work.To ReproduceJust repeat the customization and see that the requests are no...

Spring Security Consider Supporting Externalized OpenSAML Initialization

Hello Team,I'm currently spring security 6.2 which internally uses OpenSAML 4.3 Java library to handle the SAML assertio...

Spring Security login url for Saml 2.0 is not working after migration to spring boot 3.3.4 from 2.7.18

Describe the bugI've migrated from spring boot 2.7.18 to spring boot 3.3.4, I've a SAML 2.0 with OpenSaml in my project,...

Spring Security Consider removing one level of the OIDC Backchannel Logout DSL

To active OIDC Back-Channel Logout support in the DSL, an application does this:http .oidcLogout((oidc) -> oidc.ba...

Spring Security java.lang.StackOverflowError: null - Customize RestOperations / NimbusJwtDecoder

Describe the bugReferring to: #8882When defining a custom NimbusJwtDecoder i am receiving a java.lang.StackOverflowError...

Spring Security Unable to override saml2logout success url

Expected BehaviorOn successful saml2logout, there must be successUrl or handler that will redirect to page of our choice...

Spring Security Supporting logout+jwt for back-channel logout with spring-webflux

Expected BehaviorWe are using an IDP that sends back-channel logout request with a token type set as logout+jwt which sh...

Spring Security HttpHeaders#writableHttpHeaders not effective with read-only delegate

As described in https://github.com/spring-cloud/spring-cloud-gateway/issues/3570#issuecomment-2437407696 starting with S...

Spring Security Allow ClientRegistrations HTTP Client (RestTemplate) to be configurable

Expected BehaviorClientRegistrations RestTemplate is configurable.Current BehaviorClientRegistrations RestTemplate is no...

Spring Security SecurityContextHolder is not populated in @BeforeAll/PostConstruct within @WithUserDetails

Describe the bugI'm not sure if this is the intended behavior where SecurityContextHolder is not populated or accessible...

Spring Security Allow AbstractRestClientOAuth2AccessTokenResponseClient to be extended

I have a legacy OAuth2 API I need to use, and it requires the use of a password grant. Support for password grants was r...

Spring Security Possible bug in AbstractRequestMatcherRegistry#requireOnlyPathMappedDispatcherServlet? (DispatcherServlet not found when resolving request matcher)

Describe the bugOnce I added a DispatcherServlet to my EAR application deployed on JBoss 7.4, I started to get the follo...

Spring Security Provide AbstractOneTimeTokenService

To reduce code duplication between InMemoryOneTimeTokenService and JdbcOneTimeTokenService, need to separate out the sha...

Spring Security Support Reactive One-Time Tokens in a Clustered Environment

To support reactive one-time token login for a clustered environment, need to implement R2dbcReactiveOneTimeTokenService...
上一页 下一页
.