response.sendError(HttpServletResponse.SC_INTERNAL_SERVER_ERROR,
"Failed to create SignInRequest.");
}
} catch (ProcessingException ex) {
LOG.error("Failed to create SignInRequest", ex);
throw new WebTrustAssociationFailedException(ex.getMessage());
}
}