Nineya
Home
Blog
软著申请
Spring Security Spring Reactive Oauth 2.0 client grant type refresh token
2025-01-18 08:41:00
3294
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
2025-01-18 08:40:57
3057
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
2025-01-18 08:40:52
2630
Describe the bugSecurityMockMvcRequestPostProcessors.csrf() doesn't create correct token for XorCsrfTokenRequestAttribut...
Spring Security AuthorizationManagers.allOf() does not work with RoleHierarchy.
2025-01-18 08:40:50
2521
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
2025-01-18 08:40:47
3917
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
2025-01-18 08:40:43
409
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
2025-01-18 08:40:41
3095
Version 6.0.0For this configuration : @Bean public SecurityFilterChain filterChain( final HttpSecurity http ) thr...
Spring Security Make DefaultRequestRejectedHandler Return HTTP 400 by default
2025-01-18 08:40:38
3615
Expected BehaviorDefaultRequestRejectedHandler should return HTTP 400 by default instead of having to implement a custom...
Spring Security ReactiveRemoteJWKSource caches invalid response status into jwkSetURL
2025-01-18 08:40:34
3375
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
2025-01-18 08:40:30
1996
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
2025-01-18 08:40:27
451
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
2025-01-18 08:40:24
4334
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
2025-01-18 08:40:15
13184
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
2025-01-18 08:40:12
3161
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 )
2025-01-18 08:40:09
2003
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
2025-01-18 08:40:06
4203
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
2025-01-18 08:40:04
2947
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
2025-01-18 08:40:01
4005
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
2025-01-18 08:39:58
1584
Describe the bugRequestedUrlRedirectInvalidSessionStrategy#onInvalidSessionDetected(…) uses DefaultRedirectStrategy#send...
Spring Security RequestedUrlRedirectInvalidSessionStrategy doesn't take servlet context path into account
2025-01-18 08:39:56
952
Describe the bugWhen using RequestedUrlRedirectInvalidSessionStrategy as the invalid session strategy within the session...
上一页
下一页
1
…
568
569
570
571
572
…
2246
.