Nineya
Home
Blog
软著申请
Spring Security SAML: support RSA_SHA1 signed authnrequest
2025-01-18 06:27:52
1180
Expected BehaviorUsing spring-security in application acting as a SAML SP, it should be possible to choose RSA_SHA1 (htt...
Spring Security Match requests based on servlet dispatcher type
2025-01-18 06:27:48
339
Add a matcher to match requests and apply security rules based on the servlet Dispatcher type (FORWARD,INCLUDE,REQUEST,A...
Spring Security Add JavaDoc to AesBytesEncryptor
2025-01-18 06:27:45
621
Related to #3879.It would be helpful to have JavaDoc in AesBytesEncryptor that explains its default behavior. For exampl...
Spring Security OAuth2: JwtIssuerAuthenticationManagerResolver to use a custom BearerTokenResolver
2025-01-18 06:27:42
926
Expected BehaviorWhen using the JwtIssuerAuthenticationManagerResolver there should be a away to replace the DefaultBear...
Spring Security Saml2MetadataFilter should encode the Content-Disposition header
2025-01-18 06:27:40
737
The registration id is concatenated into the Content-Disposition header:response.setHeader(HttpHeaders.CONTENT_DISPOSITI...
Spring Security [SAML] Allow to override metadata file name on Saml2MetadataFilter
2025-01-18 06:27:37
1454
Currently writeMetadataToResponse method on Saml2MetadataFilter is private, we may need it protected, so we can allow de...
Spring Security OAuth2AuthenticationTokenMixinTests should anticipate a lower-precision timestamp
2025-01-18 06:27:35
515
Instant can contain up to nine digits in its decimal part, but Jackson only supports microsecond precision by default. G...
Spring Security Update contribution guidelines to require JDK 11 to build
2025-01-18 06:27:33
1146
As part of updating Spring Security's build to require JDK 11, the contribution guidelines should be updated.Comment Fro...
Spring Security Rework LDAP ApacheDS tests to work with JDK 11
2025-01-18 06:27:29
311
ApacheDS is not compatible with JDK 11, and the reason is that one of its classes imports sun.reflect.Reflection in orde...
Spring Security Remove javax.annotation Usage from LDAP Tests
2025-01-18 06:27:27
185
javax.annotation does not ship with JDK 11. Spring Security uses javax.annotation.PreDestroy in some of its LDAP tests, ...
Spring Security Migrate LDAP samples to use UnboundIdContainer
2025-01-18 06:27:25
271
ApacheDS does not have a GA release that is compatible with JDK 11.The Spring Security LDAP samples use ApacheDSContaine...
Spring Security Update Spring Security build to require JDK 11
2025-01-18 06:27:23
695
The latest OpenSAML major version (4.x) requires JDK 11, and the earlier OpenSAML version (3.x) has reached its end of l...
Spring Security R2dbcReactiveOAuth2AuthorizedClientServiceTests should anticipate a lower-precision timestamp
2025-01-18 06:27:21
501
Instant can contain up to nine digits in its decimal part, but most databases only support microsecond precision. Given ...
Spring Security Test method in PasswordOAuth2AuthorizedClientProviderTests has incorrect setup of token expiry
2025-01-18 06:27:18
836
I believe the test authorizeWhenPasswordAndAuthorizedAndTokenNotExpiredButClockSkewForcesExpiryThenReauthorize in class ...
Spring Security Add possibility to insert extra form data parameter when getting access token with oauth2 client_credential flow
2025-01-18 06:27:12
14135
SummarySome OIDC/OAuth2 provider like Auth0 requires audience parameter set in the post body when calling /oauth/token e...
Spring Security SNYK-JAVA-COMNIMBUSDS-1243767: Bump com.nimbusds:oauth2-oidc-sdk to version 9.3.1 or higher
2025-01-18 06:27:09
687
Affected versions of com.nimbusds:oauth2-oidc-sdk are vulnerable to XML External Entity (XXE) Injection via the SAML2Ass...
Spring Security SAML2: Impossible to change the signature algorithm from sha256 to sha256-rsa-MGF1
2025-01-18 06:27:06
251
I cant find a way to modify the used signature algorithm to something different than sha-256. (In my case sha256-rsa-MGF...
Spring Security Consider downgrading to Nimbus 8
2025-01-18 06:27:03
5275
Due to a version incompatibility between oauth2-oidc-sdk:8.x and nimbus-jose-jwt:9.x, various users have reported fricti...
Spring Security SEC-3136: Allow for array Http methods and varargs patterns for Ant matcher
2025-01-18 06:27:01
5285
Abhijit Sarkar (Migrated from SEC-3136) said:Often times, the same security requirement applies to multiple Http methods...
Spring Security Allow creating RelyingPartyRegistrations from Metadata XML
2025-01-18 06:26:58
2858
Expected BehaviorCurrently it is possible to create a RelyingPartyRegistration from Metadata-URL viaRelyingPartyRegistra...
上一页
下一页
1
…
678
679
680
681
682
…
2246
.