Nineya
Home
Blog
软著申请
Spring Security Add token and token_type_hint to OAuth2ParameterNames
2025-01-18 06:09:15
167
Add token and token_type_hint to OAuth2ParameterNames.The OAuth 2.0 Token Revocation Endpoint (spring-authorization-serv...
Spring Security Introduce JwaAlgorithm
2025-01-18 06:09:13
161
Introduce JwaAlgorithm and update existing JwsAlgorithm to extends JwaAlgorithm.JoseHeader in spring-authorization-serve...
Spring Security Allow to configure the header value as a regular expression pattern in a request matcher
2025-01-18 06:09:11
909
Expected BehaviorAllow to configure the expected header value as a regular expression pattern in a request matcher regar...
Spring Security ResourceServer with multiple Auth support : OAuth + local Basic Auth
2025-01-18 06:09:08
2427
I have OAuthServer and ResourceServer which works fine in SSO model. Now I want to add to my ResourceServer additional ...
Spring Security OAuth2Token interface for AbstractOAuth2Token
2025-01-18 06:09:06
913
This still needs to be thought through a bit, but contracts like these:public class AbstractOAuth2TokenAuthenticationTok...
Spring Security Security Context is not loaded in Session after authentication is performed
2025-01-18 06:09:03
8397
Describe the bug Security Context is not loaded in Session after authentication is performedTo ReproduceUser authenticat...
Spring Security SAML 2.0 Asserting Party Metadata resolution should read SigningMethod elements
2025-01-18 06:08:59
410
Asserting party metadata should indicate what signing methods it supports (section 2.4). This is valuable when the relyi...
Spring Security Method level @PreAuthorize does not overwrite a type level one
2025-01-18 06:08:57
1387
According to docs method level security settings must overwrite repository level settings. But it fails when it comes to...
Spring Security MockMvc discards modified SecurityContext
2025-01-18 06:08:54
4275
I am testing a Spring MVC controller that updates a customer's subscription and then immediately refreshes the security ...
Spring Security Annotations of generic super methods are not found
2025-01-18 06:08:51
1924
SummaryAnnotations of generic super methods are not found.Expected BehaviorAnnotations of generic super methods (includi...
Spring Security SEC-2664: ActiveDirectoryLdapAuthenticationProvider should wrap communication exceptions in InternalAuthenticationServiceException
2025-01-18 06:08:48
1662
Backport of gh-2884Comment From: spring-projects-issuesFixed via 93a1fc104c865a1ae90ae9dd7cb01186d081cbfbComment From: F...
Spring Security Add support for AEAD to BytesEncryptor and TextEncryptor
2025-01-18 06:08:45
1353
The Spring Security org.springframework.security.crypto.encrypt package provides utilities that simplify working with t...
Spring Security Add option to ServerHttpSecurity to allow custom ServerAuthenticationConverter
2025-01-18 06:08:43
1446
See https://github.com/spring-projects/spring-framework/issues/25995Comment From: rwinchAdding too many options to the D...
Spring Security Support X-Forwarded-For for audit events
2025-01-18 06:08:40
1386
SummaryI have a listener that listens to AuditApplicationEvent. In the fields that I get about various events (in partic...
Spring Security java.lang.ClassCastException: class sun.security.x509.X509CertImpl cannot be cast to class java.lang.String (sun.security.x509.X509CertImpl and java.lang.String are in module java.base of loader 'bootstrap')
2025-01-18 06:08:35
4263
Describe the buga.w.r.e.AbstractErrorWebExceptionHandler : [5f49b760/1-1] 500 Server Error for HTTP GET "/test"java.lan...
Spring Security Hidden cost of password upgrade
2025-01-18 06:08:32
3712
ContextSo DelegatingPasswordEncoder decided to upgrade password encoding. This is arguably a reasonable decision, howeve...
Spring Security 5.4.x Snapshot Build Should Point to Other Maintenance Branches
2025-01-18 06:08:27
491
Currently, the 5.4.x snapshot build points to the latest Spring 5+, Reactor 1.1+, and others that would imply a minor re...
Spring Security Invalid nonce error due to hash / non hash compare ?
2025-01-18 06:08:23
2860
org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider.authenticate ...
Spring Security It is not necessary to fetch all user sessions if unlimited sessions are set in the ConcurrentSessionControlAuthenticationStrategy.
2025-01-18 06:08:20
557
Expected BehaviorIn ConcurrentSessionControlAuthenticationStrategy.onAuthentication, If maximumSessions value settled to...
Spring Security Invoke Kotlin MockMvc result matchers with parentheses
2025-01-18 06:08:18
147
As of Spring Framework 5.3, result matcher functions in Kotlin, like isOk() need to beinvoked with the parenthesis (isOk...
上一页
下一页
1
…
691
692
693
694
695
…
2246
.