From 2d574d2281d05383e646f20147adbc3ca8934430 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 6 Sep 2010 07:45:00 +0000 Subject: Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the OpenID support and changes to enable it to co-exist with OAuth. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992963 13f79535-47bb-0310-9956-ffa450edef68 --- .../trunk/samples/store-cluster/htdocs/domains/jane/login/index.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sca-cpp/trunk/samples/store-cluster/htdocs/domains/jane/login/index.html') diff --git a/sca-cpp/trunk/samples/store-cluster/htdocs/domains/jane/login/index.html b/sca-cpp/trunk/samples/store-cluster/htdocs/domains/jane/login/index.html index 14f378e968..e6b8c6fce3 100644 --- a/sca-cpp/trunk/samples/store-cluster/htdocs/domains/jane/login/index.html +++ b/sca-cpp/trunk/samples/store-cluster/htdocs/domains/jane/login/index.html @@ -68,6 +68,10 @@ function withVerisign() { return 'https://pip.verisignlabs.com/'; } +function withMySpace() { + return 'https://api.myspace.com/openid'; +} + function withGoogleApps() { return 'https://www.google.com/accounts/o8/site-xrds?ns=2&hd=' + document.fields.domain.value; } @@ -86,6 +90,7 @@ function withXRDSEndpoint() {

Sign in with your Yahoo account

Sign in with your MyOpenID account

Sign in with your Verisign account

+

Sign in with your MySpace account

Sign in with a Google apps domain

-- cgit v1.2.3