Get email address from OpenId using Jboss/Seam

Posted by Andy on Stack Overflow See other posts from Stack Overflow or by Andy
Published on 2010-05-29T19:35:46Z Indexed on 2010/05/29 19:42 UTC
Read the original article Hit count: 259

Filed under:
|
|

I'm using the org.jboss.seam.security.openid.OpenId class to login user's to my seam webapp. Currently I'm saving the validatedId (openid.getValidatedId()) into the database, and asking the user to provide their own email address and first and last name after logging in. I'm using Google, Yahoo, AOL, and MyOpenID for the openId Providers.

Is there any way to retrieve the email address and or first/last name of the user without having them enter this in manually?

© Stack Overflow or respective owner

Related posts about java

Related posts about openid