Spring Security LDAP Integration Tests Should Use Random Port

Expected BehaviorThe integration tests in spring-security-ldap use a random port to prevent collisionsCurrent BehaviorTh...

Spring Security Secure flag of CookieCsrfTokenRepository cookie

SummaryCan we please allow for configuring the desired value of the "secure" flag for the XSRF-TOKEN cookie created by C...

Spring Security SessionRegistry is not updated when ChangeSessionIdAuthenticationStrategy changes sessionId

Describe the bugI have a spring security application that configures a ConcurrencyControlConfigurer with maximum session...

Spring Security @WithUserDetails setupBefore does not work with JUnit 5

SummaryWhen using JUnit 5 it seems that setting the setupBefore parameter of @WithUserDetails to TestExecutionEvent.TEST...

Spring Security Default support for classlink

Expected Behaviorin the configuraion ymlregistration: classlink: ...Current BehaviorDefault support for goo...

Spring Security MVC handler method gets null Authentication argument when forwarded from successful login

Describe the bugSpring Web MVC @RequestMapping handler method receives null as Authentication argument when forwarded fr...

Spring Security OAuth2AuthorizationCodeGrantWebFilter should handle OAuth2AuthorizationException

@jgrandja The code (authorization_code) is a temporary credential that can be used one-time only, hence, the AUTHORIZATI...

Spring Security formLogin() does not work with REST Docs

SummaryI was asked to open this issue here after Spring REST Docs team investigated my issue why REST Docs did not get c...

Spring Security Support JWTBearer Client Assertion Authentication

Expected BehaviorOne of the protocols support by OAuth is Client Assertion as authenticationA client uses an assertion t...

Spring Security SwitchUserFilter.setExitUserMatcher Javadoc is incorrect

The Javadoc for setExitUserMatcher mentions thatThis is a shortcut for setExitUserMatcher(RequestMatcher)This is incorre...

Spring Security Remove internal Optional usage in favor of null checks

SummaryWhile some prefer the readability of using the Optional API, the GC overhead of creating additional objects (incl...

Spring Security Oauth2 Client_Credentials Grant: java.lang.IllegalArgumentException: serverWebExchange cannot be null

SummaryI recently upgraded to Spring Security 5.2.0.RC1 because Webclient is not 'renewing' tokens for Oauth2 Client_cre...

Spring Security Update dependency com.nimusds:oath2-oidc-sdk to version 8+

Expected BehaviorFrom spring-security-oauth2-client:5.3.2.RELEASE, my project transitively gets+--- org.springframework....

Spring Security ProviderManager#checkState() throws NullPointerException

Describe the bugWhen use java.util.List.of(), ProviderManager#checkState() throws NullPointerException.checkState() uses...

Spring Security Think about changing how BindAuthenticator fetches attributes

As requested, I am splitting the long and unclear #8560 into several issues. This issue is about (thinking about) chang...

Spring Security Think about changing how one tells BindAuthenticator which attributes to fetch

As requested, I am splitting the long and unclear #8560 into several issues. This issue is about (thinking about) chang...

Spring Security Document how to tell BindAuthenticator which attributes to fetch

As requested, I am splitting the long and unclear #8560 into several issues. This issue is about documenting how one te...

Spring Security Document how BindAuthenticator fetches attributes

As requested, I am splitting the long and unclear #8560 into several issues. This issue is about documenting how BindAut...

Spring Security BindAuthenticator's attribute-related functionality should be better documented (designed?)

This is really long, but you can stop after the "what I want you to do" section if you want; I figured after doing the w...

Spring Security spring-security-test: @WithMockOidcUser

Expected Behaviorsimilar to @WithMockUser: @Test @WithMockOidcUser(name = "Any@unknown.org" ) public ...
上一页 下一页
.