IdpIdentifier openId = new IdpIdentifier(openid);
AuthRequestHelper helper = consumerHelper.getAuthRequestHelper(
openId, returnToUrl.toString());
helper.requestUxIcon(true);
if (YES_STRING.equals(req.getParameter("oauth"))) {
try {
OAuthAccessor accessor = providerStore.getOAuthAccessor("google");
helper.requestOauthAuthorization(accessor.consumer.consumerKey,