@SuppressWarnings("unchecked")
Map<String, List<String>> attrValues = fetchResp.getAttributes();
attributeValues = attrValues;
}
OpenIdPrincipal principal = createPrincipal(identifier.getIdentifier(),
discovered.getOPEndpoint(), attributeValues);
openIdRelyingPartySpi.get().loginSucceeded(principal,
responseHandler.createResponseHolder(httpResponse));
} else {