diff options
Diffstat (limited to 'Auth')
-rw-r--r-- | Auth/OpenID/Discover.php | 2 | ||||
-rw-r--r-- | Auth/OpenID/Message.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Auth/OpenID/Discover.php b/Auth/OpenID/Discover.php index 7f03ea5..770819d 100644 --- a/Auth/OpenID/Discover.php +++ b/Auth/OpenID/Discover.php @@ -18,7 +18,7 @@ define('Auth_OpenID_TYPE_1_2', 'http://openid.net/signon/1.2'); define('Auth_OpenID_TYPE_1_1', 'http://openid.net/signon/1.1'); define('Auth_OpenID_TYPE_1_0', 'http://openid.net/signon/1.0'); define('Auth_OpenID_TYPE_2_0_IDP', 'http://specs.openid.net/auth/2.0/server'); -define('Auth_OpenID_TYPE_2_0', 'http://openid.net/signon/2.0'); +define('Auth_OpenID_TYPE_2_0', 'http://specs.openid.net/auth/2.0/signon'); function Auth_OpenID_getOpenIDTypeURIs() { diff --git a/Auth/OpenID/Message.php b/Auth/OpenID/Message.php index 527b5ec..8ea429e 100644 --- a/Auth/OpenID/Message.php +++ b/Auth/OpenID/Message.php @@ -15,7 +15,7 @@ require_once 'Auth/Yadis/XML.php'; // This doesn't REALLY belong here, but where is better? define('Auth_OpenID_IDENTIFIER_SELECT', - "http://openid.net/identifier_select/2.0"); + "http://specs.openid.net/auth/2.0/identifier_select"); // URI for Simple Registration extension, the only commonly deployed // OpenID 1.x extension, and so a special case @@ -25,7 +25,7 @@ define('Auth_OpenID_SREG_URI', 'http://openid.net/sreg/1.0'); define('Auth_OpenID_OPENID1_NS', 'http://openid.net/signon/1.0'); // The OpenID 2.0 namespace URI -define('Auth_OpenID_OPENID2_NS', 'http://openid.net/signon/2.0'); +define('Auth_OpenID_OPENID2_NS', 'http://specs.openid.net/auth/2.0'); // The namespace consisting of pairs with keys that are prefixed with // "openid." but not in another namespace. |