Hi All,
I have started working on this recently to integrate it with one of
the web application. I am able to retreive authentication URL using
the api call - OpenIdFilter.joid().getAuthUrl(openID, returnTo,
trustRoot). I am redirecting it to the URL provided by this API and
getting the user name using the API call:
OpenIdFilter.getCurrentUser(request.getSession())
Now, I need to get the parameters from Open ID like name, email id,
age and so on that are provided in Open ID. Is there any way to do it?
I have noticed this being used in
plaxo.com, but not sure how I can
get it using joid API.
Please guide me in this regard. Looking for sooner response
Thanks,
Kishore