shred22 / jopenid

Automatically exported from code.google.com/p/jopenid
0 stars 0 forks source link

Yahoo - Unable to get email #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Changed MainServlet to add op=Yahoo
2. Works fine if accessing Google
3. Authentication is fine.  However, the user cerentials has null except
for identity.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
XP

Please provide any additional information below.

Original issue reported on code.google.com by freedave...@gmail.com on 21 Dec 2009 at 3:08

GoogleCodeExporter commented 9 years ago
Hi,

What version of jopenid are you using? My guess (based from your report) is that
you're using 1.01 (the older version). If that's the case then I suggest you 
use the
latest version (jopenid-1.05.jar) available.

Prior to version 1.05, the only supported attributes aside from "identity" is
"email". Also, the extension namespace alias is not yet configurable on version 
1.01
that's why you get a value for identity and null for email.

Original comment by erwin.qu...@gmail.com on 24 Dec 2009 at 10:17

GoogleCodeExporter commented 9 years ago
Please see "Configurable Extension Namespace Alias" of the Updates section on 
our
wiki    (http://code.google.com/p/jopenid/wiki/ConfigExt)for more detailed 
explanation.

Original comment by erwin.qu...@gmail.com on 24 Dec 2009 at 10:21

GoogleCodeExporter commented 9 years ago
Hi..
I'm using Jopenid1.0.7 jar.After the login its redirecting to the page that i 
had
given.But i'm unable to get the email,name and other relavent details.I had 
used the
same as in code.How can i get the authentication result so that i can store 
their
username,email address to my db.I used sample.zip.I'm getting the null value 
for email. 

Original comment by VARDHAN....@gmail.com on 15 Apr 2010 at 6:41