Nineya
Home
Blog
软著申请
Spring Security Inconsistent default binding in saml2-service-provider
2025-01-18 06:02:38
2563
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
2025-01-18 06:02:36
2531
SummaryWhen you extend WebSecurityConfigurerAdapterand override the methodprotected final void configure(AuthenticationM...
Spring Security More flexibility on authorizations lookup on OAuth2 resource-server
2025-01-18 06:02:33
14490
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
2025-01-18 06:02:30
781
SummaryJwtReactiveAuthenticationManager does not handle third-party library error messages that are not suitable for RFC...
Spring Security Saml2CryptoTestSupport and TestSaml2AuthenticationObjects should be one class
2025-01-18 06:02:27
195
Saml2CryptoTestSupport and TestSaml2AuthenticationObjects should be simplified down to TestOpenSamlObjects since in both...
Spring Security TestSaml2X509Credentials should only return Saml2X509Credential instances
2025-01-18 06:02:25
292
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
2025-01-18 06:02:23
121
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]
2025-01-18 06:02:21
3987
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:195) ~[spring-security-...
Spring Security Spring Security jwt Test. OAuth2AuthenticationProcessingFilter clears SecurityContext
2025-01-18 06:02:18
2087
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
2025-01-18 06:02:15
843
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
2025-01-18 06:02:12
1850
Related to https://github.com/spring-projects/spring-security/issues/6865 and https://github.com/spring-projects/spring-...
Spring Security Provide flexibility for JwtGrantedAuthoritiesConverter
2025-01-18 06:02:10
2139
SummaryIt is common case when more flexibility is needed while using JwtGrantedAuthoritiesConverter, so I'm thinking of ...
Spring Security Issue with AbstractPreAuthenticatedProcessingFilter abstract class
2025-01-18 06:02:07
6185
SummaryIn Spring Security, Authentication & Authorization are tightly coupled. Nowadays, Authentication is often per...
Spring Security Fix dead links in OAuth 2.0 Migration Guide
2025-01-18 06:02:04
1227
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
2025-01-18 06:02:01
1980
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
2025-01-18 06:01:59
5673
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
2025-01-18 06:01:56
416
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
2025-01-18 06:01:54
5497
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
2025-01-18 06:01:51
18468
Expected BehaviorgetMethod() returns value configured for "method" propertyCurrent Behaviorreturns nullContextIt causes ...
Spring Security Add logging
2025-01-18 06:01:49
3011
Expected BehaviorThe Jwt Validators that are provided on the oauth jose package have no logging in them when they fail. ...
上一页
下一页
1
…
697
698
699
700
701
…
2246
.