Spring Security Spring Reactive Oauth 2.0 client grant type refresh token

Describe the bugSpring boot 3.1.4, Spring boot starter reactive oauth client library. I want to generate oauth 2.0 token...

Spring Security SAML2 can't open internal redirect page in case clickjacking prevention is enabled

Describe the bugWhen clickjacking prevention is enabled, it is impossible to redirect SAML2 request to IdP.To Reproduce1...

Spring Security Spring security Test with(csrf()) doesn't pass XorCsrfTokenRequestAttributeHandler

Describe the bugSecurityMockMvcRequestPostProcessors.csrf() doesn't create correct token for XorCsrfTokenRequestAttribut...

Spring Security AuthorizationManagers.allOf() does not work with RoleHierarchy.

Describe the bugWhen using RoleHierarchy to inherit multiple roles, AuthorizationManagers.allOf() does not take inherite...

Spring Security urn:ietf:params:oauth:grant-type:saml2-bearer support in AuthorizationGrantType

Expected BehaviorI'd like to see spring security support "urn:ietf:params:oauth:grant-type:saml2-bearer" as a valid auth...

Spring Security nimbus-jose-jwt must be updated when oauth2-oidc-sdk is updated to ensure consistency

Since the updateDependencies plugin has been removed, we do not have a way to make sure that com.nimbusds:nimbus-jose-jw...

Spring Security All exceptions are converted to HTTP 401 on public endpoints

Version 6.0.0For this configuration : @Bean public SecurityFilterChain filterChain( final HttpSecurity http ) thr...

Spring Security Make DefaultRequestRejectedHandler Return HTTP 400 by default

Expected BehaviorDefaultRequestRejectedHandler should return HTTP 400 by default instead of having to implement a custom...

Spring Security ReactiveRemoteJWKSource caches invalid response status into jwkSetURL

Describe the bugReactiveRemoteJWKSource receives a Mono for jwkSetURL, which will be lazy loaded. After invoking webClie...

Spring Security relay_state should not be included in signing calculation when it is null

Describe the bugRelay Status is optional value so if it is not provided or empty value, it doesn't need to be in signing...

Spring Security Remove updateDependencies plugin

Now that we have Dependabot taking care of our dependencies we should not need the updateDependencies plugin anymore.By ...

Spring Security Request mvc matcher does not match for actuator endpoint jolokia

Describe the bugI am trying to secure my actuator endpoints. For this purpose, I have a Multiple-Config where I specify ...

Spring Security Support OpenID Connect Back-Channel Logout

SummaryI'm using an OIDC Provider that supports OIDC Back-channel Logout Spec. However the current version of Spring Sec...

Spring Security InResponseTo SAML Assertion Validation in Stateles Application

I have an application running behind an Nginx proxy load balancer, utilizing multiple Java instances where requests are ...

Spring Security Support PlainJWT for local development with Firebase Auth Emulators ( NimbusJwtDecoder )

Expected BehaviorHave a configurable way to allow NimbusJwtDecoder to accept PlainJWT.That is, allow firebase auth emula...

Spring Security Upgrade from spring-security-saml2-core 1.0.10.RELEASE to 2.0.0.M31 leads to missing import errors

I'm working on upgrading spring-security-saml2-core from version 1.0.10.RELEASE to 2.0.0.M31 in my project. I don't want...

Spring Security need to check if "Authentication" from SecurityContext is null at LogoutFilter

Expected BehaviorI think LogoutFilter should check if Authentication variable is null.If auth is null, then logout faile...

Spring Security Failed to configure a DataSource

Describe the bugFailed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be c...

Spring Security RequestedUrlRedirectInvalidSessionStrategy can cause the HTTP method to change depending on the user agent

Describe the bugRequestedUrlRedirectInvalidSessionStrategy#onInvalidSessionDetected(…) uses DefaultRedirectStrategy#send...

Spring Security RequestedUrlRedirectInvalidSessionStrategy doesn't take servlet context path into account

Describe the bugWhen using RequestedUrlRedirectInvalidSessionStrategy as the invalid session strategy within the session...
上一页 下一页
.