mirror of
https://github.com/bmlong137/alfresco-keycloak.git
synced 2025-05-12 21:24:43 +00:00
remove legacy code
This commit is contained in:
parent
8c03ca9ce1
commit
f6adae3b29
@ -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);
|
this.deploymentContext = new AdapterDeploymentContext(this.keycloakDeployment);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user