Spring Security Add HttpMessageConverter that constructs a RelyingPartyRegistration

It would be nice to have a simple way to convert an <IDPSSODescriptor> into a RelyingPartyRegistration. HttpMessag...

Spring Security RelyingPartyRegistration should default the ACS Location

Spring Security supports a default ACS Location of"{baseUrl}" + Saml2WebSsoAuthenticationFilter.DEFAULT_FILTER...

Spring Security OpenSAML should get initialized as part of container lifecycle

OpenSAML gets initialized by Spring Security lazily via a package-private class OpenSamlImplementation. This setup makes...

Spring Security Login success handler should be called in proper context

Login success handler should be called in proper contextDescribe the bugIf it is called login success handler it is not ...

Spring Security No log message or exception if expected ldif file does not exist

SummaryWhen configuring an embedded ldap server to import an ldif file (e.g., users.ldif), no log message (at not level)...

Spring Security Missing Reactive SwitchUserWebFilter for user impersonation

Expected BehaviorAdd the possibility to impersonate a user in Reactive applications as it is possible by using the Switc...

Spring Security JdbcOAuth2AuthorizedClientService + Oracle => ClassCastException: [B cannot be cast to oracle.sql.BLOB

Describe the bugWhen using JdbcOAuth2AuthorizedClientService with Oracle DB (>10g) got ClassCastException: [B cannot ...

Spring Security Support custom filter in Server Kotlin DSL

We should add support for adding a custom filter in the Server Kotlin DSL.Similar to ServerHttpSecurity, we should have ...

Spring Security @AuthenticationPrincipal can not get new principal(reset in AuthenticationProvider)

I set principal=jack in MyAuthenticationFilter, and reset principal=jackLee in MyAuthenticationProvider.Finally, I get j...

Spring Security OAuth2AuthenticationException should be in allowlist

Describe the bugUsing spring-boot-starter-oauth2-client with spring-session-data-redis and JSON serialization, when atte...

Spring Security Use String to specify custom HTTP method in mock request

In Spring Framework 5.2.7, MockServerHttpRequest will accept a custom HTTP method as a String parameter.Going forward we...

Spring Security CookieRequestCache "REDIRECT_URI" removed by any request

Describe the bugMay cause false redirectsTo Reproduce1. New tab 1 visit http://localhost:8080/test throws an exception2....

Spring Security use CookieRequestCache something went wrong

Describe the bug1. Exception thrown after redirect.{ "timestamp":"2020-07-08T10:09:35.657+00:00",...

Spring Security Add Static Factories to Saml2X509Credential

Saml2X509Credential constructors are somewhat complicated to use. For example, there are possible constructs that don't ...

Spring Security Document improvement for configure(WebSecurity web) and configure(HttpSecurity http)

WebSecurityConfigurerAdapter provide us two methods configure(WebSecurity web) and configure(HttpSecurity http) to confi...

Spring Security RelyingPartyRegistration Credentials Should Be Split by Party

Initially, RelyingPartyRegistration held both relying party and asserting party details together.In 5.3, the asserting p...

Spring Security Consider configuring CSRF the same way as CORS

Expected BehaviorI would like to be able to configure Csrf the same way as CORS so that i can control it by using the @P...

Spring Security The usage of Argon2PasswordEncoder requires additional dependencies.

Describe the bugWhen one wants to use the Argon2PasswordEncoder which is available in Spring Security the following exce...

Spring Security corsConfigurationSource and customCorsFilter not being called

SummaryI am trying to allow multiple domains to access the api, but they are blocked by CORS preflight check. When I con...

Spring Security Saml2AuthenticationToken should take a RelyingPartyRegistration

Saml2AuthenticationToken's constructor takes several separate pieces of metadata from the RelyingPartyRegistration. Each...
上一页 下一页
.