Spring Security OAuth2UserService supports XML content type

The current implementations of OAuth2UserService are DefaultOAuth2UserService and OidcUserService. These implementations...

Spring Security Remove Unnecessary Mock in OAuth Tests

SummaryDomain objects are simple and should not need to be mocked. It adds unnecessary additional complexity and depende...

Spring Security Improve OAuth2LoginConfigurer DSL

The OAuth2LoginConfigurer DSL provides the following configuration options:http .oauth2Login() .clientRegistra...

Spring Security Integration of Faceboot OAuth Android, IOS SDK, Google Open ID Android, IOS SDK with Spring Security

@jgrandja @rwinch @jzheaux I am working on a project with Android and IOS developers.We have our backend as full Spring ...

Spring Security Consider having ReactiveJwtDecoderFactory return a Mono

The reactive interface for creating a ReactiveJwtDecoder from some context looks like:ReactiveJwtDecoder createDecoder(C...

Spring Security Create sample demonstrating request context propagation using Reactor Context

ServletOAuth2AuthorizedClientExchangeFilterFunction has an implementation of CoreSubscriber that is used to propagate Ht...

Spring Security Make "SECURITY_CONTEXT_ATTRIBUTES" key in subscriber context publicly accessible

We use WebClient in servlet environment.Some of our ExchangeFilterFunction requires current authentication object as wel...

Spring Security OIDC client for Desktop applications

Expected BehaviorIt would be good to use Spring Security OIDC client infrastructure on desktop clients (Spring, SWT, Jav...

Spring Security Restore Dependency Constraints for commons-codec and commons-logging

Recently, the build began to fail with:* What went wrong:Execution failed for task ':spring-security-web:compileTestJava...

Spring Security Build Hangs on RSocket Integration Tests

NOTE: This appears to be caused by https://github.com/rsocket/rsocket-java/issues/846The Jenkins build has started to ha...

Spring Security Incorrect issuer check in ClientRegistrations when retrieving .well-known/openid-configuration

Describe the bugIn oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/registration/ClientRegi...

Spring Security Add Eleftheria Stein to Reference

Eleftheria has been contributing to the documentation for nearly 2 years but hasn't been added as an author. We should a...

Spring Security invalid_client error

Describe the bugHow to catch wrong clients_ ID, it seems that no exception information has been thrownComment From: jzhe...

Spring Security Support Forks Enabling Workflows

All workflows are disabled for forks. It would be nice if in the GitHub repository's settings, a fork could specify whic...

Spring Security Clarify SAML 2.0 Login requireInitialize Example

SummaryWhen i modify the AuthnRequest according to the reference (Customize AuthnRequest)i get a perfect working AuthnRe...

Spring Security ClientRegistrationsTests assertions should compute the hostname from the issuer

ClientRegistrationsTests asserts the followingMockWebServer server;// ...assertThat(registration.getRegistrationId()).is...

Spring Security Singing Credentials should be not be mandatory while configuring relyingPartyRegistration in saml auth.

Hi,In many of the IDPs, singing Assertion is not mandatory. In our previous version of the application, we were not prov...

Spring Security OAuth2AuthorizationRequest should expire

We should ensure the OAuth2AuthorizationRequest expires after the configured time limit.Comment From: jgrandja@rwinch I'...

Spring Security Incorrect javadoc in AuthorizationCodeOAuth2AuthorizedClientProvider

https://github.com/spring-projects/spring-security/blob/main/oauth2/oauth2-client/src/main/java/org/springframework/secu...

Spring Security Update SAML JavaDoc to reference specification

A number of methods in the SAML support point to Shibboleth explanations for definitions of various SAML terms. While it...
上一页 下一页
.