OpenIdRelyingPartyApi openIdApi = openIdApiInstance.get();
List<OpenIdRequestedAttribute> attributes = new LinkedList<OpenIdRequestedAttribute>();
selectedProvider.requestAttributes(openIdApi, attributes);
openIdApi.login(selectedProvider.getUrl(), attributes, getResponse());
setStatus(AuthenticationStatus.DEFERRED);
}