summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-01-05 00:03:16 +0000
committertailor <cygnus@janrain.com>2007-01-05 00:03:16 +0000
commit713a0a528e7b8ab7348d8e43d3e3aa2e234b20ab (patch)
tree891d8d79be7eee781ac29561236ee4c4ea79b269 /Auth
parent0b1e5f12b325096e0de429502d564d2f09621553 (diff)
downloadphp-openid-713a0a528e7b8ab7348d8e43d3e3aa2e234b20ab.zip
php-openid-713a0a528e7b8ab7348d8e43d3e3aa2e234b20ab.tar.gz
php-openid-713a0a528e7b8ab7348d8e43d3e3aa2e234b20ab.tar.bz2
[project @ Fix openid.ns value]
Diffstat (limited to 'Auth')
-rw-r--r--Auth/OpenID/Message.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/Auth/OpenID/Message.php b/Auth/OpenID/Message.php
index 45d6d42..ced9bca 100644
--- a/Auth/OpenID/Message.php
+++ b/Auth/OpenID/Message.php
@@ -21,8 +21,7 @@ $Auth_OpenID_SREG_URI = 'http://openid.net/sreg/1.0';
$Auth_OpenID_OPENID1_NS = 'http://openid.net/sso/1.0';
// The OpenID 2.0 namespace URI
-// XXX: not official (yet)
-$Auth_OpenID_OPENID2_NS = 'http://openid.net/specs/2.0/base';
+$Auth_OpenID_OPENID2_NS = 'http://openid.net/signon/2.0';
// The namespace consisting of pairs with keys that are prefixed with
// "openid." but not in another namespace.