Spring Security 404 not found for link in OAuth 2.0 docs

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

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

Sometimes, there is more than one relying party, and in that case, the metadata endpoint should reflect that.Comment Fro...

Spring Security Use DocumentedObservation

[ ] Use DocumentedObservation for Authentication[ ] Use DocumentedObservation for Authorization[ ] Use DocumentedObserva...

Spring Security HttpSecurity authentication configurers should use AuthenticationFilter

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

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

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

Describe the bugOidcIdTokenDecoderFactory caches JwtDecoder instances on ClientRegistration.getRegistrationId(). The cac...

Spring Security Support LogoutRequest when already logged out

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

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

The default implementation of RelyingPartyRegistrationResolver resolves {baseUrl} and other placeholders. It would be ni...

Spring Security Copies of RelyingPartyRegistration should preserve custom fields

When using RelyingPartyRegistration#withRelyingPartyRegistration as a copy constructor, custom data in subclasses cannot...

Spring Security Propagate match results in OrRequestMatcher and AndRequestMatcher

This allows for constructs like:new OrRequestMatcher( new AntPathRequestMatcher("/saml2/metadata/{registrationI...

Spring Security JWT

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

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?

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

Expected BehaviorCurrent BehaviorContextComment From: blovey410Excuse me, how to implement AuthenticationManager in the ...

Spring Security http to httpx issue if reverse proxy (EKS) is used

Describe the bugif behind a reverse proxy (EKS). In spring boot web application configure (application.yml) tomcat.proto...

Spring Security clientRegistrationRepository cannot be null

SummaryGetting clientRegistrationRepository cannot be nullActual BehaviorDefined the client reposiroty and providers in ...

Spring Security SpringSessionBackedSessionRegistry can not handle simultaneously login

Expected BehaviorI use SpringSessionBackedSessionRegistry and .sessionManagement() .maximumSessions(1)whe...
上一页 下一页
.