Nineya
Home
Blog
软著申请
Spring Security Use Spring SSL Bundle to specify SAML signing certificates
2025-01-18 09:20:44
695
Expected BehaviorWhen acting as a SAML2 client, allow the lovely Spring SSL bundles to be used to specify the certificat...
Spring Security Use Spring SSL bundle for SAML signing
2025-01-18 09:20:42
695
Expected BehaviorWhen acting as a SAML2 client, allow the lovely Spring SSL bundles to be used to specify the certificat...
Spring Security Spring saml does not send logout request to IDP
2025-01-18 09:20:39
13426
I'm using spring security saml2, version 5.7.6, ADFS as Identity ProviderAccording to spring documentation, upon normal ...
Spring Security CorsConfigurationSource seems makes no effect
2025-01-18 09:20:34
9691
Describe the bugI am working on a small project to have a 'gateway' application in between Landing page and Backend API ...
Spring Security Lost uri request access after migrating WebSecurityConfigurerAdapter to SecurityFilterChain
2025-01-18 09:20:31
2251
Describe the bugHello, I want to allow ADMIN role to access path: /organizations, it is working fine in spirng-security...
Spring Security Additional attributes for ClientRegistration and ProviderDetails
2025-01-18 09:20:27
7460
New BehaviorI'd like the ability to attach additional attributes/properties to ClientRegistrations and ProviderDetails, ...
Spring Security Deprecate AuthenticationProvider
2025-01-18 09:20:25
4550
AuthenticationManager and AuthenticationProvider have the same primary signature. In an effort to simplify the API, Auth...
Spring Security AuthorizationManager should add support check like AuthenticationProvider
2025-01-18 09:20:22
6323
Expected BehaviorCan be safely cast the Authentication principal to to myPrincipal in the check(Supplier<Authenticati...
Spring Security Allow metadata download without Asserting Party details being known
2025-01-18 09:20:19
1241
Expected BehaviorSaml2MetadataFilter should be able to return a metadata for a registration without Asserting Party deta...
Spring Security Add RequestMatcher for matching parameters
2025-01-18 09:20:16
229
Similar to RequestHeaderRequestMatcher, it would be nice to match on parameters. This is already in use privately in Sam...
Spring Security @PreAuthorize is not working after migration from authorizeRequests to authorizeHttpRequests
2025-01-18 09:20:14
7522
Describe the bugI migrated to spring boot 3 and changed authorizeRequests to authorizeHttpRequests. But @PreAuthorize is...
Spring Security Add interface IterableRelyingPartyRegistrationRepository or similar
2025-01-18 09:20:11
1767
Expected Behaviorpublic class InMemoryRelyingPartyRegistrationRepository implements IterableRelyingPartyRegistrat...
Spring Security Consider merging AuthenticationManager and AuthenticationProvider
2025-01-18 09:20:09
1320
We should consider merging AuthenticationManager and AuthenticationProvider into a single interface, since both APIs are...
Spring Security Deprecate OpenSamlRelyingPartyRegistration
2025-01-18 09:20:06
325
With the introduction of RelyingPartyRegstration#mutate, OpenSamlRelyingPartyRegistration should no longer be necessary....
Spring Security Add CachingRelyingPartyRegistrationRepository
2025-01-18 09:20:04
391
Related #12967, #10310 Like the supplier for ClientRegistrationRepository and JwtDecoder, it would be handy to have an i...
Spring Security Fix for #15172 introduces significant performance degredation
2025-01-18 09:20:01
998
Describe the bugIn commit https://github.com/spring-projects/spring-security/commit/7288fecc2449b2673c817e28654de7edc6db...
Spring Security Document Authentication Semantics for Public Endpoints
2025-01-18 09:19:58
1353
A common question is "why do my public endpoints fail with a 401 when they are given invalid credentials?"The answer I u...
Spring Security authorizeHttpRequests requestMatchers should support both .authenticated and .access in the same config
2025-01-18 09:19:56
1850
Expected Behavior http.authorizeHttpRequests(matchers -> matchers .requestMatchers( ...
Spring Security Document the role of CredentialsContainer
2025-01-18 09:19:53
4933
The CredentialsContainer interface is used internally by the framework to clear the user's credentials after a successfu...
Spring Security Support customized TargetVisitor implement for authorization proxying
2025-01-18 09:19:50
3383
Expected BehaviorWhen using @AuthorizeReturnObject annotation to mask object fields, AuthorizationAdvisorProxyFactory no...
上一页
下一页
1
…
536
537
538
539
540
…
2246
.