Spring Security Unable to set refresh token expiry time when building OAuth2AccessTokenResponse

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

Expected BehaviorServletOAuth2AuthorizedClientExchangeFilterFunction should have setAuthorizedClientManager() method.If ...

Spring Security Exposing Beans for defaultMethodExpressionHandler can prevent Method Security

Updated SummaryIf a @Configuration provides a @Bean that is used to default GlobalMethodSecurityConfiguration's defaultM...

Spring Security BearerTokenAuthenticationFilter should check if authentication is required

Similar to BasicAuthenticationFilter, BearerTokenAuthenticationFilter should check if authentication is required before ...

Spring Security Simplify saml2Login Samples

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

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

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

Expected BehaviorAs stated in the official documentation, resource server supports use JwtAuthenticationConverter to con...

Spring Security OpenSamlAuthenticationProvider should decrypt attributes

OpenSamlAuthenticationProvider decrypts <EncryptedAssertion> and <EncryptedID> elements. It should also decr...

Spring Security Update to org.powermock 1.6.6

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

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

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

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

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

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

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

Update to Spring 4.3.28.RELEASEComment From: spring-projects-issuesFixed via 2aa09d11e29b86e47a66284905b6a074a06a1976

Spring Security Remember me login fired multiple times

SummaryWe're handling the InteractiveAuthenticationSuccessEvent to determine when a user logged in. However, this event ...

Spring Security Alternative to deprecated ClientCredentialsResourceDetails and OAuth2RestTemplate

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

Expected BehaviorI want to control which scopes are requested by the DefaultOAuth2AuthorizationRequestResolver from the ...
上一页 下一页
.