Nineya
Home
Blog
软著申请
Spring Security OAuth2ResourceServerConfigurer#authenticationManagerResolver should override #jwt
2025-01-18 09:49:15
6819
Given the following configuration:@Beanpublic SecurityFilterChain authorizationServerSecurityFilterChain(HttpSecurity ht...
Spring Security Kotlin MVC Integration Docs should use servlet path parameter
2025-01-18 09:49:13
238
The MVC Integration documentation for Kotlin suggests using MvcRequestMatcher.Builder directly. However, this is already...
Spring Security Redirect using a relative URL
2025-01-18 09:49:11
2486
Spring Security originally redirected on authentication success with an absolute URL, conforming to https://www.rfc-edit...
Spring Security Troubleshoot missing GChat notifications
2025-01-18 09:49:08
126
Comment From: sjohnrhttps://github.com/spring-io/spring-security-release-tools/commit/fdfb70a3d02d7d69edb7bfa6baf489cafc...
Spring Security Bean Conflict Between webSocketAuthorizationManagerPostProcessor and objectPostProcessor in Spring Security Configuration
2025-01-18 09:49:04
5209
Describe the bugThe application fails to start due to a conflict between two beans required by the declare Bean Security...
Spring Security [Enhancement request] ability to configure custom TTL per token
2025-01-18 09:49:01
4933
ContextHow has this issue affected you?I would end up DDOS the token provider serviceWhat are you trying to accomplish?I...
Spring Security Display default login page with only one-time token login
2025-01-18 09:48:59
530
Expected BehaviorOne time token login has a dedicated field and button on the default login page (DefaultLoginPageGenera...
Spring Security Add Allow List to Jackson Support
2025-01-18 09:48:57
9513
SummaryThere are some performance optimizations we can provide for jackson integrationComment From: TanqiZhouorg.springf...
Spring Security Add some support for OIDC Discovery endpoint Configuration URL
2025-01-18 09:48:54
2843
Expected BehaviorAdd some support for OIDC Discovery endpoint Configuration URLlike This Document from IBM WASFinally it...
Spring Security [Enhancement request] Integration between Spring oauth2 client and Spring Framework release 6 HttpInterface .attributes(clientRegistrationId("id")) for @HttpExchange @GetExchange
2025-01-18 09:48:52
3450
ContextHow has this issue affected you?I am getting 401 without this enhancement requestWhat are you trying to accomplis...
Spring Security Support fullyAuthenticated in Kotlin authorizeHttpRequests
2025-01-18 09:48:50
2091
Describe the bugUpgrading from Spring Boot 3.3.5 to 3.4.0 includes an upgrade to Spring Security 6.4, which deprecates t...
Spring Security [Enahncement request] [spring-boot-starter-oauth2-client] ability to provide custom RestClient instead of using RestTemplate for provider get token observablity
2025-01-18 09:48:47
5604
ContextHow has this issue affected you?Without this enhancement request, we are blind in production for issues getting t...
Spring Security Access Denied 403 when adding a custom authentication filter in place of UsernamePasswordAuthenticationFilter.
2025-01-18 09:48:40
48230
Describe the bugI expanded the functionality of the UsernamePasswordAuthenticationFilter by incorporating a filter that ...
Spring Security Error while extracting response for type [org.springframework.security.oauth2.core.endpoint.OAuth2AccessTokenResponse]
2025-01-18 09:48:37
2935
Describe the bugWhen trying to use Spring Security to enable Google authentication, without Spring Boot, as described in...
Spring Security Fix Kotlin DSL webAuthn { }
2025-01-18 09:48:31
531
WebAuthnDsl is implemented incorrectly, we need to change the implementation of the get() method according to the usual ...
Spring Security ClientRegistrations RestTemplate not configurable
2025-01-18 09:48:28
10348
Describe the bugWhen ClientRegistrations is used to obtain meta data from issuer that has an invalid HTTPS certificate (...
Spring Security Support Configuring OAuth2 Login with OAuth2AuthorizationRequestResolver by publishing a Bean
2025-01-18 09:48:25
405
gh-15236 added support for configuringOAuth2AuthorizationRequestResolver for OAuth2 Client's by publishing a Bean. This ...
Spring Security Add proper equals (and hashCode) methods to OAuth2AuthorizationRequest
2025-01-18 09:48:23
1175
Expected BehaviorThe class org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest should have prop...
Spring Security Add support for additional dynamic OIDC Token Exchange Request parameters
2025-01-18 09:48:21
4092
Expected BehaviorIn a project I am currently working on, we must send additional request parameters in the OIDC Token Ex...
Spring Security Consider Enabling PKCE for Authorization Code by Default
2025-01-18 09:48:18
456
PKCE is recommended to prevent CSRF and authorization code injection attacks. We should consider enabling enabling PKCE ...
上一页
下一页
1
…
510
511
512
513
514
…
2246
.