Spring Security Provide audience validation support

SummaryAs I can see there is no audience validation support provided by the framework side, but it is pretty common case...

Spring Security Add require-ssl flag for webflux apps

SummaryAdd require-ssl flag for webflux appsConfigurationSomething like...@Beanpublic SecurityWebFilterChain springSecur...

Spring Security NoClassDefFoundError: AuthMetadataFlyweight at o.s.s.r.m.SimpleAuthenticationEncoder

As of RSocket 1.1.0 (see rsocket/rsocket-java#906), the previously deprecated Flywheight classes have been removed.Sprin...

Spring Security SAML2 auto redirect with custom login page

Expected BehaviorI want to be able to have a custom login page with my own template for logout and error states, while s...

Spring Security Add hasAnyAuthority(String...) and hasAnyRole(String...) to authorizeRequests in Kotlin DSL

Expected BehaviorThe Kotlin DSL has methods for conveniently specifying the access hasAuthority(String) and hasRole(Stri...

Spring Security Spring Security ACL: No operator matches the given name and argument type

When trying to use Spring Security ACL, I am facing error: org.postgresql.util.PSQLException: ERROR: operator does not e...

Spring Security JspAuthorizeTag cannot be used if spring-security configurations (beans) is not put in ROOT context (XML config).

Describe the bugI have a empty root context and an app (child) context contains all my beans. I have a separated xml fil...

Spring Security Reactive Exception Handling Anonymous Authentication Support

65656590┭┮﹏┭┮Comment From: eleftherias@lanmingle thanks for getting in touch. Could you provide more information on the ...

Spring Security Make class public: LazyPasswordEncoder, DefaultPasswordEncoderAuthenticationManagerBuilder

Make class public: LazyPasswordEncoder, DefaultPasswordEncoderAuthenticationManagerBuilderComment From: rwinchCan you ex...

Spring Security InitializeUserDetailsBeanManagerConfigurer#InitializeUserDetailsManagerConfigurer.getBeanOrNull optimization

Expected BehaviorWhen multiple UserDetailsServices found, throw NoUniqueBeanDefinitionException.Current BehaviorWhen I r...

Spring Security Change Immutability for OAuth2AuthorizedClient

Expected BehaviorOAuth2AuthorizedClient and its nested classes are designed immutable. Can you change this behaviour? Cu...

Spring Security Remove Servlet 2.5 and 3.0 Support for Remember Me

Related to #6220 The AbstractRememberMeServices attempts to use the setHttpOnly method only if that method is available ...

Spring Security Remove Servlet 3.0 Support in AbstractRequestMatcherRegistry

Related to #6220 AbstractRequestMatcherRegistry checks first to make sure that the class javax.servlet.ServletRegistrati...

Spring Security JwtTimestampValidator should change maxClockSkew to clockSkew

JwtTimestampValidator has a property called maxClockSkew.Let's simplify this to clockSkew. We need to change the field n...

Spring Security Introduce @CurrentSecurityContext for method arguments

A user can easily obtain the current user principal using the @AuthenticationPrincipal annotation, say in a Spring MVC a...

Spring Security Allow placeholder in headers disabled properties

SummaryIn the xml configuration for Spring Security, the xsd fail to validate attribute disabled of the headers element ...

Spring Security Introduce JWT Flow API in Test Support

It would be handy in tests to be able to specify a Jwt authentication in tests:this.mockMvc.perform(get("/") ...

Spring Security NPE in HttpsRedirectWebFilter

SummaryUsing an unrecognized port results in a NullPointerException when redirecting.CauseOn this line, HttpsRedirectWeb...

Spring Security This could be a bug that no check null in AuthorityUtils.java.

I guess there is a bug in org.springframework.security.core.authority.AuthorityUtils.javapublic static Set<String>...

Spring Security remove final from convert method in JwtAuthenticationConverter

SummaryI wanted to extend JwtAuthenticationConverter in the resource server and override convert method to return my own...
上一页 下一页
.