_log.info("Found association: " + assoc.getHandle() +
" verifying signature locally...");
String text = authResp.getSignedText();
String signature = authResp.getSignature();
if (assoc.verifySignature(text, signature))
{
result.setVerifiedId(discovered.getClaimedIdentifier());
if (DEBUG) _log.debug("Local signature verification succeeded.");
}
else if (DEBUG) _log.debug("Local signature verification failed.");