Nineya
Home
Blog
软著申请
Spring Security 404 not found for link in OAuth 2.0 docs
2025-01-18 08:08:31
600
In https://docs.spring.io/spring-security/reference/servlet/oauth2/login/core.html , the link for OAuth 2.0 Login sample...
Spring Security Kotlin DSL should contain formLogin.disable
2025-01-18 08:08:29
674
Expected BehaviorIn the HttpSecurityDsl, formLogin should contain a disable() method.formLogin { disable()}should wor...
Spring Security Saml2MetadataResolver should accept multiple relying parties and create an EntitiesDescriptor
2025-01-18 08:08:24
238
Sometimes, there is more than one relying party, and in that case, the metadata endpoint should reflect that.Comment Fro...
Spring Security Use DocumentedObservation
2025-01-18 08:08:22
141
[ ] Use DocumentedObservation for Authentication[ ] Use DocumentedObservation for Authorization[ ] Use DocumentedObserva...
Spring Security HttpSecurity authentication configurers should use AuthenticationFilter
2025-01-18 08:08:20
130
One way to opt-in to this behavior may be when an application chooses to wire an AuthenticationManager directly in the c...
Spring Security Extend AuthorizationChannelInterceptor for postReceive() implementation
2025-01-18 08:08:17
1258
Expected BehaviorThe AuthorizationChannelInterceptor implements a similar to the preSend() in the postReceive() contract...
Spring Security @EnableReactiveMethodSecurity causes premature initialization of the ObservationRegistry and prevents it from being post-processed
2025-01-18 08:08:03
1500
Describe the bug@EnableReactiveMethodSecurity causes premature initialization of the ObservationRegistry and prevents it...
Spring Security OidcIdTokenDecoderFactory caching of ClientRegistration fails to decode tokens if clientId changes
2025-01-18 08:08:00
7877
Describe the bugOidcIdTokenDecoderFactory caches JwtDecoder instances on ClientRegistration.getRegistrationId(). The cac...
Spring Security Support LogoutRequest when already logged out
2025-01-18 08:07:57
212
In the event that a <saml2:LogoutRequest> is received, it should be possible to return a <saml2:LogoutResponse&...
Spring Security SAML 2.0 metadata endpoint should return all relying parties when none is given
2025-01-18 08:07:55
245
Conceptually similar to /resources/{id} and /resources, if no registration id is given to the metadata endpoint, show al...
Spring Security Extract placeholder resolution from DefaultRelyingPartyRegstrationResolver
2025-01-18 08:07:53
252
The default implementation of RelyingPartyRegistrationResolver resolves {baseUrl} and other placeholders. It would be ni...
Spring Security Copies of RelyingPartyRegistration should preserve custom fields
2025-01-18 08:07:51
479
When using RelyingPartyRegistration#withRelyingPartyRegistration as a copy constructor, custom data in subclasses cannot...
Spring Security Propagate match results in OrRequestMatcher and AndRequestMatcher
2025-01-18 08:07:48
235
This allows for constructs like:new OrRequestMatcher( new AntPathRequestMatcher("/saml2/metadata/{registrationI...
Spring Security JWT
2025-01-18 08:07:46
1633
JWTI can't find a project for jwtcan you guy please addComment From: marcusdacoregioHi @eflexcode, what do you mean by a...
Spring Security XorCsrfTokenRequestAttributeHandler always rejects valid CSRF token
2025-01-18 08:07:43
3149
Describe the bugThis code segment in XorCsrfTokenRequestAttributeHandler causes a valid CSRF token to always be rejected...
Spring Security Incomplete documentation for Reactive apps with CSRF cookie repo?
2025-01-18 08:07:40
3312
Describe the bugFollowing the migration guide for reactive applications, I configured a WebFlux application with http.cs...
Spring Security Excuse me, how to implement AuthenticationManager in the class Get ConfigAttribute
2025-01-18 08:07:38
145
Expected BehaviorCurrent BehaviorContextComment From: blovey410Excuse me, how to implement AuthenticationManager in the ...
Spring Security http to httpx issue if reverse proxy (EKS) is used
2025-01-18 08:07:35
398
Describe the bugif behind a reverse proxy (EKS). In spring boot web application configure (application.yml) tomcat.proto...
Spring Security clientRegistrationRepository cannot be null
2025-01-18 08:07:32
3405
SummaryGetting clientRegistrationRepository cannot be nullActual BehaviorDefined the client reposiroty and providers in ...
Spring Security SpringSessionBackedSessionRegistry can not handle simultaneously login
2025-01-18 08:07:30
506
Expected BehaviorI use SpringSessionBackedSessionRegistry and .sessionManagement() .maximumSessions(1)whe...
上一页
下一页
1
…
593
594
595
596
597
…
2246
.