Spring Security ACS Binding should be in RelyingPartyRegistration

OpenSamlAuthenticationRequestFactory has a method called setProtocolBinding, which allows an application to indicate to ...

Spring Security Resolved bearer token has no padding indicators

Describe the bugDefaultBearerTokenResolver.resolve is returning bearer token by ignoring padding indicators (=). Example...

Spring Security Add Saml2AuthenticationRequestContextResolver

Related to #8356 In order for implementations of Saml2AuthenticationRequestFactory to take advantage of custom Saml2Auth...

Spring Security Saml2Error should be in a core package

Saml2Error and Saml2ErrorCodes are currently in org.springframework.security.saml2.provider.service.authentication; howe...

Spring Security allow retrieval of access/refresh tokens in oauth 2

so I believe currently after OIDC retrieves the profile information it wipes the access token, refresh token, etc. Howev...

Spring Security spring-security-web is not consistence with % and ;

Describe the bugIn the spring version: 5+ (5.1.9 spring-security-web) for % and ; 1) spring framework is throwing full s...

Spring Security PowerMock is not compatible with Mockito 3.4.0

PowerMock maintains compatibility with Mockito 2.+ as stated in the PowerMock wiki https://github.com/powermock/powermo...

Spring Security OAuth2AuthorizedClient should take a username for the ClientRegistration

This is a very simple idea but practical - OAuth2AuthorizedClient should take a usernameOfRegistration for the ClientRe...

Spring Security Add custom HeaderWriter in Kotlin DSL

The Kotlin DSL should allow setting a custom HeaderWriter@EnableWebSecurityclass SecurityConfig : WebSecurityConfigurerA...

Spring Security Mongolian translation required for messages.propeperties

Expected Behavior.I wanted to show spring security messages in mongolianCurrent BehaviorThere is no file named messages_...

Spring Security Simplify retrieving Introspection-specific attributes

Related to #5200 and https://github.com/spring-projects/spring-security/pull/6352#discussion_r251856850One way to simpli...

Spring Security Improve error message when invalid content-type for UserInfo response

SummaryAdding scope: https://www.googleapis.com/auth/contacts.readonly to google oauth2 login generating following excep...

Spring Security Provide a way to handle RequestRejectedException

SummaryWith Spring Security 4.2.4 used in a Spring Boot application, accessing a "non-normalized" URI, e.g. one containi...

Spring Security Allow disabling headers in Kotlin DSL

The configuration should look like this@EnableWebSecurityclass SecurityConfig : WebSecurityConfigurerAdapter() { over...

Spring Security RelyingPartyRegistration should use metadata spec language

RelyingPartyRegistration is built as a link between the relying party's metadata and the asserting party's metadata.As s...

Spring Security LdapShaPasswordEncoder can not matches password because DelegatingPasswordEncoder.matches() remove {SSHA} prefix;

Describe the bugorg.springframework.security.crypto.password.LdapShaPasswordEncoder().encode() return {SSHA}payload form...

Spring Security Support for MatchableHandlerMapping with parsed patterns

In Spring Framework 5.3 snapshots Spring MVC has support for parsed PathPatterns, see https://github.com/spring-projects...

Spring Security SEC-2091: CookieClearingLogoutHandler doesn't work correctly when servlet container adds an extra '/' at the end of the contextPath

Yannis Thanasoulas (Migrated from SEC-2091) said:ApplicationSessionCookieConfig.createSessionCookie(Context,String,boole...

Spring Security LoginPageGeneratingWebFilter should honor context path

See https://github.com/spring-projects/spring-boot/issues/21679Comment From: rwinchThis is now fixed in the latest snaps...

Spring Security @WithUserDetails not working in JUnit 5 Nested Tests

When using @WithUserDetails in a JUnit 5 Nested Test, userDetailsService is not found. Error:java.lang.IllegalStateExcep...
上一页 下一页
.