From d7cc8057a36fb87292568989adb19c354b26a181 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sun, 27 Jun 2010 00:47:05 +0000 Subject: Add support for user and email component properties, and minimal support for sign in using OpenID. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958305 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/modules/openid/htdocs/index.html | 21 ++++++++++++ .../trunk/modules/openid/htdocs/login/index.html | 38 ++++++++++++++++++++++ .../modules/openid/htdocs/protected/index.html | 21 ++++++++++++ 3 files changed, 80 insertions(+) create mode 100644 sca-cpp/trunk/modules/openid/htdocs/index.html create mode 100644 sca-cpp/trunk/modules/openid/htdocs/login/index.html create mode 100644 sca-cpp/trunk/modules/openid/htdocs/protected/index.html (limited to 'sca-cpp/trunk/modules/openid/htdocs') diff --git a/sca-cpp/trunk/modules/openid/htdocs/index.html b/sca-cpp/trunk/modules/openid/htdocs/index.html new file mode 100644 index 0000000000..5681f551ca --- /dev/null +++ b/sca-cpp/trunk/modules/openid/htdocs/index.html @@ -0,0 +1,21 @@ + + +

Unprotected area - It works!

+ diff --git a/sca-cpp/trunk/modules/openid/htdocs/login/index.html b/sca-cpp/trunk/modules/openid/htdocs/login/index.html new file mode 100644 index 0000000000..6270c7efbd --- /dev/null +++ b/sca-cpp/trunk/modules/openid/htdocs/login/index.html @@ -0,0 +1,38 @@ + + + +

Sign in using an OpenID provider

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ diff --git a/sca-cpp/trunk/modules/openid/htdocs/protected/index.html b/sca-cpp/trunk/modules/openid/htdocs/protected/index.html new file mode 100644 index 0000000000..3483c300a8 --- /dev/null +++ b/sca-cpp/trunk/modules/openid/htdocs/protected/index.html @@ -0,0 +1,21 @@ + + +

Protected area - It works!

+ -- cgit v1.2.3