takcy / openid4java

Automatically exported from code.google.com/p/openid4java
Apache License 2.0
0 stars 0 forks source link

OPENID_NS_AX should be updated #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
refer to http://openid.net/specs/openid-attribute-exchange-1_0-04.html
The attribute exchange service extension is identified by the URI "http://
openid.net/srv/ax/1.0"

but org.openid4java.message.ax.AxMessage.OPENID_NS_AX = "http://openid.net/
srv/ax/1.0-draft7"

PS:I can't fetch attribute from openid provider "http://myopenid.com",is 
it cause by this?

fetch.addAttribute("email","http://schema.openid.net/contact/email", true);

is "http://schema.openid.net/contact/email" standard for all openid 
provider or just for openid4java?

Original issue reported on code.google.com by zhouyanm...@gmail.com on 25 Jan 2008 at 6:52

GoogleCodeExporter commented 8 years ago
This was updated in rev 397.

Original comment by Johnny.B...@gmail.com on 25 Jan 2008 at 5:41