Spring Security Replace Date().getTime() with System.currentTimeMillis()

OverviewIn file: KeyBasedPersistenceTokenService.java, there is a method allocateToken that creates a Date object to get...

Spring Security SAML: OpenSamlMetadataResolver doesn't include NameID formats in output

Expected BehaviorOpenSamlMetadataResolver should serialize NameID formats associated with an SP.Current BehaviorOpenSaml...

Spring Security Add Reactive One-Time Token Login support

Comment From: franticticktickHi @marcusdacoregio, can I take this issue to work?Comment From: marcusdacoregioYes, absolu...

Spring Security Consider adding switch to enable or disable OIDC nonce

@hejianchao No there isn't a setting/property available to turn it off. Are you having issues with it? Why do you want i...

Spring Security Make it possible to specify the refresh token expiration in the OAuth2AccessTokenResponse

Expected BehaviorI'd like to be able to customize the refreshToken in the OAuth2AccessTokenResponse by specifying a refr...

Spring Security Request for Webflux support for Auth Server

I believe this is a request. Are there any plans soon by the Sping Team for an asynchronous Auth Server?Currently, when ...

Spring Security Reopen issue https://github.com/spring-projects/spring-security/issues/15475

Describe the bugA clear and concise description of what the bug is.To ReproduceSteps to reproduce the behavior.Expected ...

Spring Security Session timeout leads to CSRF AccessDeniedException

We migrated from a custom CSRF implementation to the one from Spring Security using the default CsrfFilter with HttpSess...

Spring Security Spring OAuth2 Client + native does not work out of the box. Should be easy to fix

Expected BehaviorOne should be able to use the native build features of Spring Boot out of the box with .spring-boot-sta...

Spring Security Allow AbstractWebClientReactiveOAuth2AccessTokenResponseClient to be extended

Expected BehaviorBe able to extend the AbstractWebClientReactiveOAuth2AccessTokenResponseClient for custom Authorization...

Spring Security Support different OIDC issuer hostnames for frontend/backend endpoints

Expected BehaviorWhen the OIDC provider uses different hostnames from frontend and backend endpoints, fetching metadata ...

Spring Security Additional client_id field added in POST body for private_key_jwt authentication method for client credential grant type

Describe the bugI specifically want to use WebClientReactiveClientCredentialsTokenResponseClient because it provides Web...

Spring Security Support dynamic multi-tenancy (adding tenants at runtime, with their own configurations, that should be editable)

Expected BehaviorIt should be possible to dynamically (after application is started) add tenants, for each tenant you sh...

Spring Security The passwordEncoder.matches() cost is often very long

Describe the bug @Bean public PasswordEncoder passwordEncoder() { return new BCryptPasswordEncoder(); }p...

Spring Security Could not find associated LogoutRequest in saml while processing logout response

I am currently on Saml2-Service-Provider 5.8.9 and I am in the process of implementing a SP Initated SLO.To initiated th...

Spring Security Full authentication is required to access this resource

After I migrate from Spring boot 2.1.0.RELEASE to Spring Boot 3.3.2SecurityContextHolder default securityContextHolderS...

Spring Security Webservice returns invalid response containing Empty Headers (":") (2)

This is the follow-up of #15384. I have been ping-ponged between spring-framework and spring-security, I think after all...

Spring Security Provide a way to append extra request matchers to the default matcher for AbstractPreAuthenticatedProcessingFilter

Expected BehaviorIt should be possible to add extra matching behavior to the default AbstractPreAuthenticatedProcessingF...

Spring Security OidcBackChannelLogoutTokenValidator should not construct when missing OIDC Provider Issuer

Forward port of https://github.com/spring-projects/spring-security/issues/15771Comment From: jzheauxClosed in 746464e035...

Spring Security OidcBackChannelLogoutTokenValidator should not throw an NPE when issuer is missing

Related to https://github.com/spring-projects/spring-boot/issues/42172#issue-2510291998, when ClientRegistration does no...
上一页 下一页
.