Spring Security Inconsistent default binding in saml2-service-provider

Describe the bugDefault binding in RelyingPartyRegistration is Redirect. Though it's not propagated down to OpenSamlAuth...

Spring Security Can't use custom authenticationEventPublisher on last ProviderManager

SummaryWhen you extend WebSecurityConfigurerAdapterand override the methodprotected final void configure(AuthenticationM...

Spring Security More flexibility on authorizations lookup on OAuth2 resource-server

The default authentication managers / builders for OAuth2 builds authorities from "scope" claim.IMO, this comes with ser...

Spring Security JwtReactiveAuthenticationManager does not handle third-party library error messages that are not suitable for RFC 6750's error message charset

SummaryJwtReactiveAuthenticationManager does not handle third-party library error messages that are not suitable for RFC...

Spring Security Saml2CryptoTestSupport and TestSaml2AuthenticationObjects should be one class

Saml2CryptoTestSupport and TestSaml2AuthenticationObjects should be simplified down to TestOpenSamlObjects since in both...

Spring Security TestSaml2X509Credentials should only return Saml2X509Credential instances

TestSaml2X509Credentials always exposes a list of credentials when the majority of tests only need one credential. Chang...

Spring Security Move RSocket Integration Tests to integration tests

Right now there are RSocket integration tests associated to the test task. They should be moved to the integration tests...

Spring Security org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:195) ~[spring-security-core-5.2.2.RELEASE.jar:5.2.2.RELEASE]

at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:195) ~[spring-security-...

Spring Security Spring Security jwt Test. OAuth2AuthenticationProcessingFilter clears SecurityContext

Hi,when testing Oauth-Security in a @-SpringBootTest using the jwt() RequestPostProcessor, it seems that this just popul...

Spring Security Security Filter ConcurrentSessionFilter's registration is confusing

SummaryIt's not very clear in which order the security filter ConcurrentSessionFilter is registered.Actual BehaviorThe d...

Spring Security JwtAuthenticationConverter should allow for configuring the principal claim

Related to https://github.com/spring-projects/spring-security/issues/6865 and https://github.com/spring-projects/spring-...

Spring Security Provide flexibility for JwtGrantedAuthoritiesConverter

SummaryIt is common case when more flexibility is needed while using JwtGrantedAuthoritiesConverter, so I'm thinking of ...

Spring Security Issue with AbstractPreAuthenticatedProcessingFilter abstract class

SummaryIn Spring Security, Authentication & Authorization are tightly coupled. Nowadays, Authentication is often per...

Spring Security Fix dead links in OAuth 2.0 Migration Guide

Hi, I report some broken links in the OAuth 2.0 Migration Guide https://github.com/spring-projects/spring-security/wiki/...

Spring Security Saml2 ist not respecting x-forwarded headers

SummaryIn the current SAML2 implementation to resolve the baseUrl the method Saml2ServletUtils#resolveUrlTemplate is use...

Spring Security Spring Boot 2.3.x refuses JWT tokens with custom typ header

Spring Boot 2.3.x.RELEASE applies additional non-standard validation on JWT tokens due to upgrade to NimbusDS 8.x.With S...

Spring Security Simplify Multitenancy Sample

With https://github.com/spring-projects/spring-boot/issues/19426, the multi-tenancy sample can be simplified, allowing B...

Spring Security Differentiate JwtException that is thrown by NimbusJwtDecoder

Hi Spring-Security experts,I have a feature request which will help error handling on NimbusJwtDecoder.Expected Behavior...

Spring Security Change getMethod() to return configured value in SimpleSavedRequest

Expected BehaviorgetMethod() returns value configured for "method" propertyCurrent Behaviorreturns nullContextIt causes ...

Spring Security Add logging

Expected BehaviorThe Jwt Validators that are provided on the oauth jose package have no logging in them when they fail. ...
上一页 下一页
.