baseProcessor.setIdentityURL(identityURL);
baseProcessor.setAuditHelper(auditHelper);
baseProcessor.setConfiguration(this.spConfiguration);
saml2HandlerResponse = baseProcessor.process(httpContext, handlers, chainLock);
} catch (ProcessingException pe) {
logger.samlSPHandleRequestError(pe);
throw new RuntimeException(pe);
} catch (ParsingException pe) {
logger.samlSPHandleRequestError(pe);