Spring Security OAuth2AccessTokenResponse should allow to customize behavior in absence of "expires_in" parameter

Expected BehaviorFrom the spec quoted by OAuth2AccessTokenResponse (https://tools.ietf.org/html/rfc6749#section-5.1) the...

Spring Security WebClient support should get new access token when expired and password

Describe the bugI know this has been addressed and fixed before for client_credentials grant type: https://github.com/sp...

Spring Security Some enhancement suggestions for new Authorization architecture classes for customizing the authorization logic

Hello,I was trying to extend the current pre authorization behavior to suit our needs. Basically I wanted to look at the...

Spring Security Unable to configure client_assertion_type with private_key_jwt for client credential grant type

Describe the bugI am using spring-boot-starter-parent 2.6.4. I need to integrate with Okta api with client credentials p...

Spring Security Annotated Support for Securing Return Values

It would be nice if we provided annotated support for securing returned values. For example:@Serviceclass FooService { ...

Spring Security Spring Security 6.0.10 release is missing?

Describe the bugFollowing the announcements, expected to see Spring Security 6.0.10 release but sadly cannot find it amo...

Spring Security Session Creation Policy with Webflux Security

I am developing a reactive Spring Boot application with Spring Cloud Gateway and Spring Security using only Webflux and ...

Spring Security SAML2: Support federation with multiple IdPs

A key feature of spring-security-saml2-core was the ability to easily configure multiple metadata providers to configure...

Spring Security Document configuration to support JWT Header TYP as "at+jwt"

Expected BehaviorCurrently, if the JWT is having typ as "at+jwt", the token is rejected with message "Failed to authenti...

Spring Security Session Management filter does not seem to honor the require explicit save option -> securityContext .requireExplicitSave(true)

Describe the bugSessionManagementFilter does not seem to honor the require explicit save option - securityContext .req...

Spring Security Programmatic Proxy Support for Method Security

It would be nice if we could support programmatic support for proxying objects with method security. For example:class F...

Spring Security Support delegating BearerTokenResolver

Need to add support for retrieving tokens from different headers in one component. This is a common case when a project ...

Spring Security Support A Well-Known URL for Changing Passwords

Expected BehaviorSpring Security should support https://wicg.github.io/change-password-url/index.htmlComment From: evgen...

Spring Security UsernamePasswordAuthenticationFilter supports configuring AuthenticationManagerResolver

Expected BehaviorUsernamePasswordAuthenticationFilter supports configuring AuthenticationManagerResolver, just like the ...

Spring Security PostAuthorize Method Interceptors Should Use Order from AuthorizationInterceptorsOrder

AuthorizationManagerAfterMethodInterceptor creates interceptors using the PostAuthorizeAuthorizationManager. However, th...

Spring Security how to force saml2login to direct to https://{baseUrl}/saml2/authenticate/{registrationId}

Describe the bugAm working on migrating a project from saml extension to saml2loginHere is my code snipet.saml2Login(sam...

Spring Security Problem uploading multipart file after migrating to latest Spring Security.

Describe the bugAfter upgrading Spring Boot from 2.7.11 (Spring Security 5.7.8) to 3.1.2 (Spring Security 6.1.2) uploadi...

Spring Security IllegalStateException when session is already invalidated

In AbstractPreAuthenticatedProcessingFilter.java in the following block of codeif (AbstractPreAuthenticatedProcessingFil...
上一页 下一页
.