diff options
Diffstat (limited to 'Tests/Auth/OpenID/data/test_discover_openid2.html')
-rw-r--r-- | Tests/Auth/OpenID/data/test_discover_openid2.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Tests/Auth/OpenID/data/test_discover_openid2.html b/Tests/Auth/OpenID/data/test_discover_openid2.html new file mode 100644 index 0000000..a74c042 --- /dev/null +++ b/Tests/Auth/OpenID/data/test_discover_openid2.html @@ -0,0 +1,11 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> + <head> + <title>Identity Page for Smoker</title> + <link rel="openid2.provider" href="http://www.myopenid.com/server" /> + <link rel="openid2.local_id" href="http://smoker.myopenid.com/" /> + </head> + <body> + <p>foo</p> + </body> +</html> |