Spring Security Configure WebSecurity without WebSecurityConfigurerAdapter

Expected BehaviorWe should be able to configure WebSecurity without needing WebSecurityConfigurerAdapter.The approach is...

Spring Security SAML attributes not parsed correctly with prefixed XML elements

Describe the bugWhen grabbing the email attribute (urn:oid:0.9.2342.19200300.100.1.3) from the SimpleSaml2AuthenticatedP...

Spring Security StandardInterceptUrlRegistry should not refer to ExpressionUrlAuthorizationConfigurer

Current BehaviorStandardInterceptUrlRegistry is defined in UrlAuthorizationConfigurer:public class StandardInterceptUrlR...

Spring Security 5.4.0 Inconsistent version naming

Describe the bugI am not sure whether this is an intended change or bug.To Reproducehttps://mvnrepository.com/artifact/o...

Spring Security HttpSessionOAuth2AuthorizationRequestRepository.saveAuthorizationRequest depends on the HttpServletRequest having a non-null session, which may not be available in serverless environments

I've been working on deploying a webapp using Spring Boot in AWS Lambda using the aws-serverless-java-container, which r...

Spring Security NullPointerException SessionRegistryImpl.onApplicationEvent(SessionRegistryImpl.java:111)

Describe the bugWhen using a max session configuration for concurrency control, it can result in a NullPointerException....

Spring Security set failureHandler do not redirect /login?error and show error message

Describe the bug formLogin().failureHandler() method set FormLoginConfigurer field failureUrl null,so, I do not redire...

Spring Security Spring Webflux - set default HTTP Oauth2Login() registration/provider

Is there any way to set default registration for openid connect when you have multiple registration/provider? There is o...

Spring Security RBAC for class level

Hello,Why you don't add an enhancement that supports permission for class level based on roles with the annotation @PreA...

Spring Security Adapt to WebClient's new exception wrapping

The snapshot tests are failing as a result of this commit. See spring-framework#23842.This fix should adapt to WebClient...

Spring Security Websocket traffic does not count as session activity, causing disconnect due to session timeout

Describe the bugWebsocket traffic is not considered as session activity. If an application has active websocket traffic,...

Spring Security How to disable spring-security version 5.3.3

Actual BehaviorHello ,I want to disable spring-security, in order to be able to skip login verification authority verifi...

Spring Security SessionRegistryImpl is not aware of SessionIdChange events.

SessionRegistryImpl can be used to track sessions. We can register new sessions with it. When the session expires it'll ...

Spring Security Enhance SAML AuthnRequest

Currently we use spring-security-saml in an open-source OIDC-SAML proxy. As the spring-security-saml project is in maint...

Spring Security Support for dynamic configuration using IDP metadata URL for SAML SSO integration

Expected BehaviorSAML IDP registration can be configured via either IDP metadata URL or file-based metadata instead of m...

Spring Security WebSessionServerCsrfTokenRepository#generateToken() don't use Schedulers.boundedElastic()

Describe the bugin master branch, Schedulers.boundedElastic() is not used because the Mono chain is broken.https://githu...

Spring Security can't get request parameter after authentification success

Hi everyone,I have implemented spring security in a restful api.Now i want to access request parameters but i'm always g...

Spring Security Inconsistent version naming for Spring Security Core 5.4.0

Describe the bugVersion 5.4.0 of Spring Security Core is named 5.4.0 whereas the versions before, like other Spring libr...

Spring Security SAML2 Assertion: Support to map additional user attributes

SummaryWith the current implementation - in Spring Security 5.2.1 - it works very well to map external roles / authoriti...

Spring Security Add spring-javaformat checkstyle and formatting

https://github.com/spring-io/spring-javaformat/ provides checkstyle and automatic source formatting for Spring Project. ...
上一页 下一页
.