Spring Security Build failures due to Timestamp precision

Tests relying on HSQLDB 2.5.1 are failing because of https://sourceforge.net/p/hsqldb/bugs/1585/We will temporarily chan...

Spring Security Kotlin Extension Functions for ReactiveUserDetailsService

Spring (WebFlux) has e.g. this extension function:suspend fun ServerResponse.BodyBuilder.bodyValueAndAwait(body: Any): S...

Spring Security Re-use the instance of PreInvocationAuthorizationAdvice in the GlobalMethodSecurityConfiguration

Expected BehaviorIf I create my own factory method, instantiating PreInvocationAuthorizationAdvice, which will be used i...

Spring Security Autoconfig bearer only clients OIDC

SummaryI'm trying to connect Keycloak and Spring Boot with Webflux (Kotlin) and I'm trying to pass Keycloak token as Bea...

Spring Security Hope to support simplified API (json) login mode

Hope to support simplified API (json) login modeComment From: eleftherias@120011676 Could you explain in more detail wha...

Spring Security ReactiveAnonymousAuthentication support does not include changes to ExceptionTranslationWebFilter

Summary5934 added support for AnonymousAuthenticationTokens in Reactive applications. It seems one thing was missed out...

Spring Security Minor improvement for JdbcTokenRepositoryImpl

SummaryHello, I have faced an issue that I cannot get named parameter JDBC template while I work with your implementatio...

Spring Security Authentication schema should be case insensitive

SummaryIn both BasicAuthenticationFilter and DigestAuthenticationFilter the schema is compared case sensitive.butAccordi...

Spring Security CsrfWebFilter null save content-type check

Bug descriptionPerforming non-GET requests with no content-type header results in a NullPointerException from CsrfWebFil...

Spring Security OpenSaml4AuthenticationRequestResolver should have a customizable URI

Related to https://github.com/spring-projects/spring-security/issues/8873It would be nice if OpenSaml4AuthenticationRequ...

Spring Security LdapAuthenticationProvider::authenticate locks account after a single call with wrong password

We have an issue with Active Directory/LDAP user accounts becoming locked after doing a single call to LdapAuthenticatio...

Spring Security Potential NullPointerExceptions when AccessToken expiresAt is null

SummaryPer RFC 6749 section 5.1 the expires_in in the response is recommended, but not required. Thus, OAuth2AccessToken...

Spring Security Add constructor to JwtAuthenticationToken that takes principal

Currently, JwtAuthenticationToken always pass one Jwt instance to super constructor (AbstractOAuth2TokenAuthenticationTo...

Spring Security Claims contain an instance of java.net.URL and are used in hash-based containers

Hi,class org.springframework.security.oauth2.core.user.OAuth2UserAuthority includes its attributes for the calculation o...

Spring Security phoneNumberVerified field is Boolean type

https://github.com/spring-projects/spring-security/blob/b78a28be5fa714f8f6afe283a9b468969ff8cc43/oauth2/oauth2-core/src/...

Spring Security Schedule release automation on maintenance branches

Expected BehaviorThe release-next-version.yml workflow should be triggered on each maintenance branch.Current BehaviorGi...

Spring Security Javadocs search is broken

Searching for things using the search feature (in the upper right) returns 404'sTo Reproducehttps://docs.spring.io/sprin...

Spring Security Use 'groups' as table name results in bad SQL grammar

Describe the bugWhen using Spring Security's group authorization feature, get 'bad SQL grammar'.To Reproduce1. use the f...

Spring Security Allow overriding encodeCookie and decodeCookie

So that we can implement other ways of serialising the request to the cookie valueComment From: sjohnr@bhuism thanks for...

Spring Security SAML request encoding: on redirect binding, base64 encoded message contains CRLF

Backport of #11262 Comment From: jzheauxClosed in 649428b49aae3362e0fcad23a360593b8f02fdefComment From: straakaaHi, when...
上一页 下一页
.