Nineya
Home
Blog
软著申请
Spring Security Add HttpMessageConverter that constructs a RelyingPartyRegistration
2025-01-18 06:00:01
506
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
2025-01-18 05:59:59
225
Spring Security supports a default ACS Location of"{baseUrl}" + Saml2WebSsoAuthenticationFilter.DEFAULT_FILTER...
Spring Security OpenSAML should get initialized as part of container lifecycle
2025-01-18 05:59:57
834
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
2025-01-18 05:59:55
8565
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
2025-01-18 05:59:52
6702
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
2025-01-18 05:59:49
789
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
2025-01-18 05:59:46
2746
Describe the bugWhen using JdbcOAuth2AuthorizedClientService with Oracle DB (>10g) got ClassCastException: [B cannot ...
Spring Security Support custom filter in Server Kotlin DSL
2025-01-18 05:59:44
551
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)
2025-01-18 05:59:41
4937
I set principal=jack in MyAuthenticationFilter, and reset principal=jackLee in MyAuthenticationProvider.Finally, I get j...
Spring Security OAuth2AuthenticationException should be in allowlist
2025-01-18 05:59:37
4630
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
2025-01-18 05:59:32
885
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
2025-01-18 05:59:30
552
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
2025-01-18 05:59:28
11214
Describe the bug1. Exception thrown after redirect.{ "timestamp":"2020-07-08T10:09:35.657+00:00",...
Spring Security Add Static Factories to Saml2X509Credential
2025-01-18 05:59:25
1416
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)
2025-01-18 05:59:22
1787
WebSecurityConfigurerAdapter provide us two methods configure(WebSecurity web) and configure(HttpSecurity http) to confi...
Spring Security RelyingPartyRegistration Credentials Should Be Split by Party
2025-01-18 05:59:14
988
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
2025-01-18 05:59:12
2614
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.
2025-01-18 05:59:09
3046
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
2025-01-18 05:59:07
7540
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
2025-01-18 05:59:04
781
Saml2AuthenticationToken's constructor takes several separate pieces of metadata from the RelyingPartyRegistration. Each...
上一页
下一页
1
…
699
700
701
702
703
…
2246
.