Spring Security Use Spring SSL Bundle to specify SAML signing certificates

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

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

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

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

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

New BehaviorI'd like the ability to attach additional attributes/properties to ClientRegistrations and ProviderDetails, ...

Spring Security Deprecate AuthenticationProvider

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

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

Expected BehaviorSaml2MetadataFilter should be able to return a metadata for a registration without Asserting Party deta...

Spring Security Add RequestMatcher for matching parameters

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

Describe the bugI migrated to spring boot 3 and changed authorizeRequests to authorizeHttpRequests. But @PreAuthorize is...

Spring Security Add interface IterableRelyingPartyRegistrationRepository or similar

Expected Behaviorpublic class InMemoryRelyingPartyRegistrationRepository implements IterableRelyingPartyRegistrat...

Spring Security Consider merging AuthenticationManager and AuthenticationProvider

We should consider merging AuthenticationManager and AuthenticationProvider into a single interface, since both APIs are...

Spring Security Deprecate OpenSamlRelyingPartyRegistration

With the introduction of RelyingPartyRegstration#mutate, OpenSamlRelyingPartyRegistration should no longer be necessary....

Spring Security Add CachingRelyingPartyRegistrationRepository

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

Describe the bugIn commit https://github.com/spring-projects/spring-security/commit/7288fecc2449b2673c817e28654de7edc6db...

Spring Security Document Authentication Semantics for Public Endpoints

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

Expected Behavior http.authorizeHttpRequests(matchers -> matchers .requestMatchers( ...

Spring Security Document the role of CredentialsContainer

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

Expected BehaviorWhen using @AuthorizeReturnObject annotation to mask object fields, AuthorizationAdvisorProxyFactory no...
上一页 下一页
.