Skip to content

Commit da182a2

Browse files
committed
Remove Deprecated OpenSaml Components
Closes gh-17306
1 parent 571b6fe commit da182a2

File tree

11 files changed

+0
-2007
lines changed

11 files changed

+0
-2007
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/configurers/saml2/Saml2LoginConfigurer.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
import org.springframework.security.saml2.provider.service.web.HttpSessionSaml2AuthenticationRequestRepository;
4444
import org.springframework.security.saml2.provider.service.web.OpenSaml4AuthenticationTokenConverter;
4545
import org.springframework.security.saml2.provider.service.web.OpenSaml5AuthenticationTokenConverter;
46-
import org.springframework.security.saml2.provider.service.web.OpenSamlAuthenticationTokenConverter;
4746
import org.springframework.security.saml2.provider.service.web.Saml2AuthenticationRequestRepository;
4847
import org.springframework.security.saml2.provider.service.web.Saml2AuthenticationTokenConverter;
4948
import org.springframework.security.saml2.provider.service.web.Saml2WebSsoAuthenticationRequestFilter;
@@ -416,9 +415,6 @@ private AuthenticationConverter getAuthenticationConverter(B http) {
416415
}
417416
AuthenticationConverter authenticationConverterBean = getBeanOrNull(http,
418417
Saml2AuthenticationTokenConverter.class);
419-
if (authenticationConverterBean == null) {
420-
authenticationConverterBean = getBeanOrNull(http, OpenSamlAuthenticationTokenConverter.class);
421-
}
422418
if (authenticationConverterBean != null) {
423419
return authenticationConverterBean;
424420
}

saml2/saml2-service-provider/src/opensaml4Main/java/org/springframework/security/saml2/provider/service/authentication/logout/OpenSamlLogoutRequestValidator.java

Lines changed: 0 additions & 164 deletions
This file was deleted.

saml2/saml2-service-provider/src/opensaml4Main/java/org/springframework/security/saml2/provider/service/authentication/logout/OpenSamlLogoutResponseValidator.java

Lines changed: 0 additions & 176 deletions
This file was deleted.

0 commit comments

Comments
 (0)