Nineya
Home
Blog
软著申请
Spring Security <spring-security.version> override for spring-boot-starter-security does not work
2025-01-18 07:50:52
6882
Describe the bugSince the CVEs started to fail, we need to urgently update the spring-security-* artifacts from 5.7.4 → ...
Spring Security SAML: OpenSaml4AuthenticationProvider.createDefaultAssertionValidator() should make it easier to add ValidationContext static parameters
2025-01-18 07:50:49
7121
Expected BehaviorIdeally I would be able to create a default assertion validator via createDefaultAssertionValidator() a...
Spring Security Add SpringTestContext.addFilter
2025-01-18 07:50:40
126
Add SpringTestContext.addFilter which allows Spring Security's tests to specify a Filter to be added to the SpringTestCo...
Spring Security Unauthorized when authenticated user is shown an error page
2025-01-18 07:50:38
3200
Describe the bugWhen an error occurs during the request, an authenticated user is shown a 401 Unauthorized instead of a ...
Spring Security [Login with OpenID Identity] form is displayed on the page
2025-01-18 07:50:36
3415
Describe the bugWhen I use the [oauth2-login] tag, the [Login with OAuth 2.0] and [Login with OpenID Identity] form are ...
Spring Security CookieCsrfTokenRepository does not set the XSRF cookie on login response with Spring Security 6 RC1
2025-01-18 07:50:32
7794
Describe the bugIn Spring Security 5.x and 6.x before RC1 includes the new XSRF token in the login response so it is imm...
Spring Security Check for opensaml version on OpenSaml support classes
2025-01-18 07:50:29
3139
It would be nice for users to know exactly which version of opensaml classes to use. A check could be performed in order...
Spring Security Consider making ReactiveSecurityContextHolder mutable
2025-01-18 07:50:26
3005
Expected BehaviorWith the non-reactive SecurityContextHolder you can set the authentication from anywhere like this:Secu...
Spring Security Support empty cotext ReactorContextTestExecutionListener pass Security
2025-01-18 07:50:24
2090
I would like to have option to pass SecurityContextHolder.createEmptyContext() into my reactor testExpected BehaviorTest...
Spring Security AuthenticationServiceException propagation flag is unconfigurable in 5.8
2025-01-18 07:50:22
469
There is no way to configure the rethrowAuthenticationServiceException flag for ServerHttpSercurity#httpBasic or #oauth2...
Spring Security Opportunity to use role and authorities together
2025-01-18 07:50:19
1767
Expected BehaviorIf create UserDetails like thisUser.builder() .role("admin") .authorities("write&quo...
Spring Security Documentation is not updated about "Expression-Based Access Control" in version 5.6.2
2025-01-18 07:50:17
2655
I found that the interface has changed in the new version, but there is no corresponding documentation on the official w...
Spring Security SEC-2839: SecurityNamespaceHandler - related to SEC-1455
2025-01-18 07:50:13
961
Pelit Mamani (Migrated from SEC-2839) said:After reloading parsers, one needs to call 'get' again.Please see:class: org....
Spring Security RequestMatcherDelegatingAuthorizationManager should deny when no match
2025-01-18 07:50:07
547
In Spring Security 5, the default AuthorizationManager for RequestMatcherDelegatingAuthorizationManager abstains.This de...
Spring Security Update the RP-initiated Logout links
2025-01-18 07:50:03
1127
Describe the bugWe're using the following link when we refer to the OIDC RP-Initiated Logout feature:https://openid.net/...
Spring Security ExceptionHandlingConfigurer provides no way to configure AuthenticationTrustResolver on ExceptionTranslationFilter
2025-01-18 07:50:00
1476
Expected BehaviorThere should be a way to set the custom implementation for AuthenticationTrustResolver on ExceptionTran...
Spring Security support limiting session lifespan by the expiry of OpenID Connect identity tokens
2025-01-18 07:49:57
1795
Per the OpenID Connect Session Management draft spec section 4:An ID Token typically comes with an expiration date. The ...
Spring Security Use AuthorizationManager
2025-01-18 07:49:54
645
With the introduction of AuthorizationManager, there are a number of next steps that seem valuable.[x] Consider Authoriz...
Spring Security Preparation Guide should show opt-out steps after opt-in steps
2025-01-18 07:49:47
124
In sections where it makes sense to show opt-out steps, they should be listed after the opt-in steps to encourage opting...
Spring Security OidcIdToken cannot be serialized to JSON if token contains claim of type JSONArray
2025-01-18 07:49:45
4264
Describe the bugIf an IdP sends an ID token with claim amr, the Jackson ObjectMapper with SecurityJackson2Modules cannot...
上一页
下一页
1
…
609
610
611
612
613
…
2246
.