Spring Security Customize mapping the OidcUser from OidcUserRequest and OidcUserInfo

When logging a user in with OpenID Connect 1.0, there are cases where authority information is included in the access to...

Spring Security How to resolve CVE-2023-2976 vulnerability in Maven dependency com.google.guava:guava:31.1-jre with Spring Security 6.2.1?

Describe the bugI recently encountered a vulnerability in my Maven project while adding a dependency to my pom.xml. The ...

Spring Security Add support for configuring token-exchange via a bean

Similar to support for the jwt-bearer grant type, OAuth2ClientConfiguration.OAuth2AuthorizedClientManagerRegistrar shoul...

Spring Security Access Denied error trying to access secured endpoints (JWT Authentication)

Im implementing a JWT authentication in my Spring app, but there are some...Strange issues here.What im expecting to hap...

Spring Security OAuth2 login redirects user to unprotected static resource instead of the protected page

Describe the bugUser stays in a page idle until the session is expired. When he refreshes the page, the system redirects...

Spring Security Integrations with Google Password Manager Change your password

When logging into a site with compromised password in chrome (this happens when I authenticate to a sample Spring Securi...

Spring Security OAuth2 client, add support of the "plain" code challenge method in PKCE requests.

Hi,I'm working on my project, and i need OAuth2 authentication through 3rd party resourse.It appears, that some provider...

Spring Security Link in the In-Memory Authentication documentation is wrong

The link to "accept a username and password" on the page In-Memory Auth does not work. The issue seems to be that the li...

Spring Security A 'fall-through' AuthenticationEntryPoint for supporting multiple authentication providers for single URL

Expected BehaviorIs it possible to make a 'fall-through' AuthenticationEntryPoint in case one AuthenticationManager retu...

Spring Security FIPS based enhancement in PasswordEncoderFactories

Expected BehaviorCurrently PasswordEncoderFactories class has method createDelegatingPasswordEncoder() which creates MD5...

Spring Security Fake UserDetailsService if none is specified is unnecessary

If I have a security application that doesn't actually perform any authentication and just parses an Authorization heade...

Spring Security Add setting jwkSetUri to JwtIssuerAuthenticationManagerResolver

I noticed that JwtIssuerAuthenticationManagerResolver works with trusted issuers, but the jwkSetUri is generated using a...

Spring Security HttpFirewall interface for reactive applications

Hello, colleagues! There is an excellent interface enabled for Servlet applications security named HttpFirewall which he...

Spring Security Optimize the addition of OAuth2AuthorizationRequestRedirectFilter

DescriptionWhen both oauth2Login and oauth2Client are configured, the OAuth2AuthorizationRequestRedirectFilter should on...

Spring Security Support for setting different 'jwk-set-uri's for each JWT in OAuth 2.0 Resource Server Multi-tenancy

Expected BehaviorI thought it can't be better if I can just list sets of information for each JWT format(issuer, jwk-set...

Spring Security Support for setting different 'jwk-set-uri's for each JWT in OAuth 2.0 Resource Server Multi-tenancy

Expected BehaviorSupport for configuring multiple jwk-set-uri's in the Spring configuration file like so:spring: securi...

Spring Security Spring security's ServerLogoutHandler order problem.

Expected BehaviorIf spring security with spring session,the DelegatingServerLogoutHandler's delegates must be sortedthe ...

Spring Security Add claim delimiter configuration example in OAuth2 Resource Server JWT documentation

Expected BehaviorAn example for configuring the claim delimiter is listed in the Extracting Authorities section of the O...

Spring Security Failed to bind properties under 'rsa.public-key' to java.security.interfaces.RSAPublicKey

Describe the bugI am getting the following error when I build my Spring Boot application:Error starting ApplicationConte...

Spring Security Retrieving authenticated user after receiving SAML from Microsoft Intra ID Saml2AuthenticatedPrincipal object is always null with spring 3

Describe the bugI am facing an issue retrieving the authenticated user after receiving SAML from Microsoft Intra ID as t...
上一页 下一页
.