From b4f76b23146feef7c47a4654dd4d1288039358e2 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Thu, 8 Jul 2021 12:03:29 +0200 Subject: [PATCH] Fix typo in Saml2Dsl --- .../org/springframework/security/config/web/servlet/Saml2Dsl.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/src/main/kotlin/org/springframework/security/config/web/servlet/Saml2Dsl.kt b/config/src/main/kotlin/org/springframework/security/config/web/servlet/Saml2Dsl.kt index f84127c4fe..3c658e2397 100644 --- a/config/src/main/kotlin/org/springframework/security/config/web/servlet/Saml2Dsl.kt +++ b/config/src/main/kotlin/org/springframework/security/config/web/servlet/Saml2Dsl.kt @@ -42,7 +42,7 @@ import org.springframework.security.web.authentication.AuthenticationSuccessHand * @property loginProcessingUrl the URL to validate the credentials * @property permitAll whether to grant access to the urls for [failureUrl] as well as * for the [HttpSecurityBuilder], the [loginPage] and [loginProcessingUrl] for every user - * @property authenticationSuccessHandler the [AuthenticationManager] to be used during SAML 2 + * @property authenticationManager the [AuthenticationManager] to be used during SAML 2 * authentication. */ @SecurityMarker