wfReq.setWa(FederationConstants.ACTION_SIGNIN);
wfReq.setWresult(rstr);
// Load and update the config to enforce an error
configurator = null;
FederationContext config = getFederationConfigurator().getFederationContext("ROOT3");
FederationProcessor wfProc = new FederationProcessorImpl();
FederationResponse wfRes = wfProc.processRequest(wfReq, config);
Assert.assertEquals("Principal name wrong", TEST_USER,