diff options
-rw-r--r-- | Tests/Auth/OpenID/data/test_discover_yadis_idp_last.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Tests/Auth/OpenID/data/test_discover_yadis_idp_last.xml b/Tests/Auth/OpenID/data/test_discover_yadis_idp_last.xml deleted file mode 100644 index 8af94c6..0000000 --- a/Tests/Auth/OpenID/data/test_discover_yadis_idp_last.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<xrds:XRDS xmlns:xrds="xri://$xrds" - xmlns="xri://$xrd*($v*2.0)" - xmlns:openid="http://openid.net/xmlns/1.0" - > - <XRD> - <Service priority="10"> - <Type>http://specs.openid.net/auth/2.0/signon</Type> - <URI>http://www.myopenid.com/server2_0</URI> - </Service> - - <Service priority="20"> - <Type>http://specs.openid.net/auth/2.0/server</Type> - <URI>http://www.myopenid.com/server_id</URI> - </Service> - </XRD> -</xrds:XRDS> |