SPRedirectSignatureFormAuthenticator sp = new SPRedirectSignatureFormAuthenticator();
sp.setContainer(new MockCatalinaContext());
try {
sp.testStart();
sp.getConfiguration().setIdpUsesPostBinding(false);
} catch (LifecycleException e) {
Assert.fail("Error while creating Employee SP.");
}