Refactoring/Improving source: sec integration (fix) (#1609)

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2024-02-03 18:17:25 +02:00
committed by GitHub
parent a15db4cd92
commit 5ac365f92e

View File

@@ -37,7 +37,7 @@ import org.springframework.security.web.authentication.preauth.PreAuthenticatedA
* also check the remote IP address of the request. * also check the remote IP address of the request.
*/ */
@Slf4j @Slf4j
public class PreAuthTokenSourceTrustAuthenticationProvider implements AuthenticationProvider public class PreAuthTokenSourceTrustAuthenticationProvider implements AuthenticationProvider {
private final List<String> authorizedSourceIps; private final List<String> authorizedSourceIps;