Nineya
Home
Blog
软著申请
Spring Security ACS Binding should be in RelyingPartyRegistration
2025-01-18 05:59:02
608
OpenSamlAuthenticationRequestFactory has a method called setProtocolBinding, which allows an application to indicate to ...
Spring Security Resolved bearer token has no padding indicators
2025-01-18 05:58:59
1764
Describe the bugDefaultBearerTokenResolver.resolve is returning bearer token by ignoring padding indicators (=). Example...
Spring Security Add Saml2AuthenticationRequestContextResolver
2025-01-18 05:58:55
1785
Related to #8356 In order for implementations of Saml2AuthenticationRequestFactory to take advantage of custom Saml2Auth...
Spring Security Saml2Error should be in a core package
2025-01-18 05:58:51
405
Saml2Error and Saml2ErrorCodes are currently in org.springframework.security.saml2.provider.service.authentication; howe...
Spring Security allow retrieval of access/refresh tokens in oauth 2
2025-01-18 05:58:49
3076
so I believe currently after OIDC retrieves the profile information it wipes the access token, refresh token, etc. Howev...
Spring Security spring-security-web is not consistence with % and ;
2025-01-18 05:58:47
5097
Describe the bugIn the spring version: 5+ (5.1.9 spring-security-web) for % and ; 1) spring framework is throwing full s...
Spring Security PowerMock is not compatible with Mockito 3.4.0
2025-01-18 05:58:40
442
PowerMock maintains compatibility with Mockito 2.+ as stated in the PowerMock wiki https://github.com/powermock/powermo...
Spring Security OAuth2AuthorizedClient should take a username for the ClientRegistration
2025-01-18 05:58:38
3235
This is a very simple idea but practical - OAuth2AuthorizedClient should take a usernameOfRegistration for the ClientRe...
Spring Security Add custom HeaderWriter in Kotlin DSL
2025-01-18 05:58:35
354
The Kotlin DSL should allow setting a custom HeaderWriter@EnableWebSecurityclass SecurityConfig : WebSecurityConfigurerA...
Spring Security Mongolian translation required for messages.propeperties
2025-01-18 05:58:33
136
Expected Behavior.I wanted to show spring security messages in mongolianCurrent BehaviorThere is no file named messages_...
Spring Security Simplify retrieving Introspection-specific attributes
2025-01-18 05:58:31
1247
Related to #5200 and https://github.com/spring-projects/spring-security/pull/6352#discussion_r251856850One way to simpli...
Spring Security Improve error message when invalid content-type for UserInfo response
2025-01-18 05:58:28
4202
SummaryAdding scope: https://www.googleapis.com/auth/contacts.readonly to google oauth2 login generating following excep...
Spring Security Provide a way to handle RequestRejectedException
2025-01-18 05:58:25
20961
SummaryWith Spring Security 4.2.4 used in a Spring Boot application, accessing a "non-normalized" URI, e.g. one containi...
Spring Security Allow disabling headers in Kotlin DSL
2025-01-18 05:58:21
248
The configuration should look like this@EnableWebSecurityclass SecurityConfig : WebSecurityConfigurerAdapter() { over...
Spring Security RelyingPartyRegistration should use metadata spec language
2025-01-18 05:58:19
852
RelyingPartyRegistration is built as a link between the relying party's metadata and the asserting party's metadata.As s...
Spring Security LdapShaPasswordEncoder can not matches password because DelegatingPasswordEncoder.matches() remove {SSHA} prefix;
2025-01-18 05:58:17
3206
Describe the bugorg.springframework.security.crypto.password.LdapShaPasswordEncoder().encode() return {SSHA}payload form...
Spring Security Support for MatchableHandlerMapping with parsed patterns
2025-01-18 05:58:09
4864
In Spring Framework 5.3 snapshots Spring MVC has support for parsed PathPatterns, see https://github.com/spring-projects...
Spring Security SEC-2091: CookieClearingLogoutHandler doesn't work correctly when servlet container adds an extra '/' at the end of the contextPath
2025-01-18 05:58:07
3314
Yannis Thanasoulas (Migrated from SEC-2091) said:ApplicationSessionCookieConfig.createSessionCookie(Context,String,boole...
Spring Security LoginPageGeneratingWebFilter should honor context path
2025-01-18 05:58:04
220
See https://github.com/spring-projects/spring-boot/issues/21679Comment From: rwinchThis is now fixed in the latest snaps...
Spring Security @WithUserDetails not working in JUnit 5 Nested Tests
2025-01-18 05:57:58
2645
When using @WithUserDetails in a JUnit 5 Nested Test, userDetailsService is not found. Error:java.lang.IllegalStateExcep...
上一页
下一页
1
…
700
701
702
703
704
…
2246
.