Nineya
Home
Blog
软著申请
Spring Security OAuth2UserService supports XML content type
2025-01-18 06:32:36
354
The current implementations of OAuth2UserService are DefaultOAuth2UserService and OidcUserService. These implementations...
Spring Security Remove Unnecessary Mock in OAuth Tests
2025-01-18 06:32:33
200
SummaryDomain objects are simple and should not need to be mocked. It adds unnecessary additional complexity and depende...
Spring Security Improve OAuth2LoginConfigurer DSL
2025-01-18 06:32:31
1518
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
2025-01-18 06:32:28
3082
@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
2025-01-18 06:32:25
2751
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
2025-01-18 06:32:23
808
ServletOAuth2AuthorizedClientExchangeFilterFunction has an implementation of CoreSubscriber that is used to propagate Ht...
Spring Security Make "SECURITY_CONTEXT_ATTRIBUTES" key in subscriber context publicly accessible
2025-01-18 06:32:20
4833
We use WebClient in servlet environment.Some of our ExchangeFilterFunction requires current authentication object as wel...
Spring Security OIDC client for Desktop applications
2025-01-18 06:32:17
2710
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
2025-01-18 06:32:15
4370
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
2025-01-18 06:32:12
14959
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
2025-01-18 06:32:08
3640
Describe the bugIn oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/registration/ClientRegi...
Spring Security Add Eleftheria Stein to Reference
2025-01-18 06:32:05
127
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
2025-01-18 06:32:03
452
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
2025-01-18 06:31:54
318
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
2025-01-18 06:31:52
3939
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
2025-01-18 06:31:49
605
ClientRegistrationsTests asserts the followingMockWebServer server;// ...assertThat(registration.getRegistrationId()).is...
Spring Security Singing Credentials should be not be mandatory while configuring relyingPartyRegistration in saml auth.
2025-01-18 06:31:47
1776
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
2025-01-18 06:31:44
4870
We should ensure the OAuth2AuthorizationRequest expires after the configured time limit.Comment From: jgrandja@rwinch I'...
Spring Security Incorrect javadoc in AuthorizationCodeOAuth2AuthorizedClientProvider
2025-01-18 06:31:41
1592
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
2025-01-18 06:31:38
541
A number of methods in the SAML support point to Shibboleth explanations for definitions of various SAML terms. While it...
上一页
下一页
1
…
674
675
676
677
678
…
2246
.