Spring Security Does Spring Security support QR code login?

Scenario: After logging in on a mobile phone, the user scans the QR code to log in to the computer's web page,I searched...

Spring Security Error creating the following bean: org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.con...

Spring Security Possibility to replace OAuth2LoginAuthenticationWebFilter with a custom-made web-filter

Expected BehaviorPossibility to replace OAuth2LoginAuthenticationWebFilter with a custom-made AuthenticationWebFilter f...

Spring Security CSRF check on websockets not skipped if there is a Bearer token present.

I have a project composed of spring-cloud-gateway in front of a couple of spring boot microservices that use websockets....

Spring Security oauth2-client: Parallel refresh requests are very slow (WebFlux)

Expected BehaviorIf there are parallel requests that require a refreshed token, this should only need to be done once - ...

Spring Security Automate check of expected branch version

We should add a step in our CI that verifies if the branch contains the right version. For example, for branch 6.3.x the...

Spring Security Fix Compromised Password Checker Docs Sample Not Working

The current documentation uses a @ControllerAdvice to handle the CompromisedPasswordException and redirect the user to t...

Spring Security Support multiple OpaqueTokenIntrospector

There are cases where support for multiple OpaqueTokenIntrospectors in an OpaqueTokenAuthenticationProvider is needed. T...

Spring Security PreAuthorize using a custom AuthorizationManager (Documentation)

Been looking into the documentation trying to figure out how to use a custom AuthorizationManager with PreAuthorize and ...

Spring Security Adapt to form data not adding charset if it is UTF-8

In https://github.com/spring-projects/spring-framework/issues/31742 a change was made to not add the charset parameter i...

Spring Security LogoutConfigurer forces POST even if CSRF is disabled for /logout

With a configuration that includes CSRF protection (even customized), LogoutConfigurer assumes that /logout will only ma...

Spring Security Add Documentation About Serialization Between Minor Versions

Documentation and maybe a blog post should be added for https://github.com/spring-projects/spring-security/issues/3737Co...

Spring Security A broken link in Spring Security reference

The following snippet from Method Security section of Spring Security reference contains a broken link to AuthorizationM...

Spring Security Split of Method Security Documentation

The current Method Security is 40 pages. We should split it up.

Spring Security OpenID Connect Oauth2 Logout Token not using custom jwt alg

Describe the bugI am trying to make the Back-Channel Logout work with an OIDC client registered with an id_token_signed_...

Spring Security Security Context is not updating

I have a URI that updates authenticated user's context now when user only calls this URI it is working as expected but ...

Spring Security Support Externalized Method Security Configuration

There are times that users cannot add annotations to objects or APIs that they want to secure. For example, consider if ...

Spring Security Provide a way for OAuth2 Resource server to cache the given tokens during the token lifetime

Expected BehaviorThe OAuth2 Resource server should have a way to cache tokens (such as JWT) to avoid validating the toke...

Spring Security Authentication not propagated correctly after migrating to SB3

Hello,I'm trying to migrate from Spring boot 2 to 3 and having an issue I can't seem to solve, despite having tried mult...

Spring Security Unsecured Endpoints will always return 403 Forbidden due to errorhandling by /error

Since Spring Security 6 every exception thrown by an endpoint that is configured as .permitAll() will be send as 403 For...
上一页 下一页
.