// if(!StringUtils.equals(audience, assertionAudience)){
// logger.error("Server and client-side audience don't match");
// }
try {
response = verifier.verify(browserIdAssertion, audience);
} catch (HttpException e) {
throw new BrowserIdAuthenticationException("Error calling verify service [" + verifier.getVerifyUrl() + "]", e);
} catch (IOException e) {
throw new BrowserIdAuthenticationException("Error calling verify service [" + verifier.getVerifyUrl() + "]", e);
} catch (JSONException e){