remove legacy code

This commit is contained in:
Brian Long 2024-08-28 13:50:36 -04:00
parent 8c03ca9ce1
commit f6adae3b29

View File

@ -547,13 +547,6 @@ public class KeycloakAuthenticationFilter implements DependencyInjectedFilter, I
}
});
final String forcedRouteUrl = adapterConfiguration.getForcedRouteUrl();
if (forcedRouteUrl != null && !forcedRouteUrl.isEmpty())
{
final HttpClient client = this.keycloakDeployment.getClient();
this.configureForcedRouteIfNecessary(client, forcedRouteUrl);
this.keycloakDeployment.setClient(client);
}
this.deploymentContext = new AdapterDeploymentContext(this.keycloakDeployment);
}