Spring Security Add token and token_type_hint to OAuth2ParameterNames

Add token and token_type_hint to OAuth2ParameterNames.The OAuth 2.0 Token Revocation Endpoint (spring-authorization-serv...

Spring Security Introduce JwaAlgorithm

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

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

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

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

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

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

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

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

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

Backport of gh-2884Comment From: spring-projects-issuesFixed via 93a1fc104c865a1ae90ae9dd7cb01186d081cbfbComment From: F...

Spring Security Add support for AEAD to BytesEncryptor and TextEncryptor

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

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

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')

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

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

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 ?

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.

Expected BehaviorIn ConcurrentSessionControlAuthenticationStrategy.onAuthentication, If maximumSessions value settled to...

Spring Security Invoke Kotlin MockMvc result matchers with parentheses

As of Spring Framework 5.3, result matcher functions in Kotlin, like isOk() need to beinvoked with the parenthesis (isOk...
上一页 下一页
.