Nineya
Home
Blog
软著申请
Spring Security Unable to set refresh token expiry time when building OAuth2AccessTokenResponse
2025-01-18 06:08:16
688
I am implementing OAuth2AccessTokenResponseClient and I do not see a way of setting refresh token expiry time on OAuth2A...
Spring Security ServletOAuth2AuthorizedClientExchangeFilterFunction should have setAuthorizedClientManager() method
2025-01-18 06:08:13
7525
Expected BehaviorServletOAuth2AuthorizedClientExchangeFilterFunction should have setAuthorizedClientManager() method.If ...
Spring Security Exposing Beans for defaultMethodExpressionHandler can prevent Method Security
2025-01-18 06:08:11
13362
Updated SummaryIf a @Configuration provides a @Bean that is used to default GlobalMethodSecurityConfiguration's defaultM...
Spring Security BearerTokenAuthenticationFilter should check if authentication is required
2025-01-18 06:08:08
2581
Similar to BasicAuthenticationFilter, BearerTokenAuthenticationFilter should check if authentication is required before ...
Spring Security Simplify saml2Login Samples
2025-01-18 06:08:05
3343
Let's simplify the Boot and JavaConfig saml2Login samples to not sign AuthnRequests.Let's also simplify their RelyingPar...
Spring Security Make org.springframework.security.oauth2.jwt.JwtDecoderProviderConfigurationUtils methods public
2025-01-18 06:08:02
4561
Expected BehaviorAccess token validation passes on the Spring Security based resource server for an ADFS based OIDC prov...
Spring Security ServletOAuth2AuthorizedClientExchangeFilterFunction should have a easy way to set timeout
2025-01-18 06:08:00
3942
Expected BehaviorServletOAuth2AuthorizedClientExchangeFilterFunction should have a way to set timeout.Current BehaviorCu...
Spring Security OAuth 2.0 login supports manual extraction of authorities like a resource server
2025-01-18 06:07:57
1201
Expected BehaviorAs stated in the official documentation, resource server supports use JwtAuthenticationConverter to con...
Spring Security OpenSamlAuthenticationProvider should decrypt attributes
2025-01-18 06:07:54
160
OpenSamlAuthenticationProvider decrypts <EncryptedAssertion> and <EncryptedID> elements. It should also decr...
Spring Security Update to org.powermock 1.6.6
2025-01-18 06:07:52
155
Update to org.powermock 1.6.6Comment From: rwinchWe aren't going to do this change as 4.2.x is EOL in December and the d...
Spring Security jwt-set-uri set the uri from the registration center address
2025-01-18 06:07:49
551
Hi,I want to set jwt-set-uri as the address of the service registration center. Now I can only implement load balancing ...
Spring Security Resource Server - Multi-Tenant Jwt Decoder by Issuer
2025-01-18 06:07:46
15468
SummaryThis is related to Issue #5351 but takes different approach to support multi-tenant Jwt Decoders by issuerActual ...
Spring Security Resource Server configurers should pick up a JwtAuthenticationConverter bean
2025-01-18 06:07:44
1443
It's quite convenient to be able to expose JwtDecoder or ReactiveJwtDecoder as a bean and have Spring Security's OAuth 2...
Spring Security spring-security-test should include jackson-datatype-jsr310 as a test dependency
2025-01-18 06:07:38
268
Given https://github.com/FasterXML/jackson-databind/issues/2683 and the fact that 5.5 will likely use Jackson 2.12 or hi...
Spring Security JwtDecoders and ReactiveJwtDecoders should determine algorithm from JWK Set Endpoint
2025-01-18 06:07:36
1579
JwtDecoder and ReactiveJwtDecoder could be improved by determining the JWS algorithm from the JWK Set endpoint.This is s...
Spring Security Upgrade com.nimbusds:oauth2-oidc-sdk to 7.0.3
2025-01-18 06:07:33
2570
oauth2-oidc-sdk has version ranges in the published pom which leads to various issues. This breaks start.spring.io's me...
Spring Security Update to Spring 4.3.28.RELEASE
2025-01-18 06:07:23
117
Update to Spring 4.3.28.RELEASEComment From: spring-projects-issuesFixed via 2aa09d11e29b86e47a66284905b6a074a06a1976
Spring Security Remember me login fired multiple times
2025-01-18 06:07:21
8204
SummaryWe're handling the InteractiveAuthenticationSuccessEvent to determine when a user logged in. However, this event ...
Spring Security Alternative to deprecated ClientCredentialsResourceDetails and OAuth2RestTemplate
2025-01-18 06:07:18
7761
I am trying to configure resource server with my spring boot kotlin project, basically i have a bearer token which is op...
Spring Security Specify from the outside which scopes are used in the DefaultOAuth2AuthorizationRequestResolver depending on the request
2025-01-18 06:07:14
5344
Expected BehaviorI want to control which scopes are requested by the DefaultOAuth2AuthorizationRequestResolver from the ...
上一页
下一页
1
…
692
693
694
695
696
…
2246
.