From d9bf22a0e29c2a70049443a0ae8521a2c0492c8b Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 11 Dec 2011 06:38:23 -0500 Subject: initial commit for git repository --- .../examples/consumer/index.php | 73 ++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 models/openid-php-openid-782224d/examples/consumer/index.php (limited to 'models/openid-php-openid-782224d/examples/consumer/index.php') diff --git a/models/openid-php-openid-782224d/examples/consumer/index.php b/models/openid-php-openid-782224d/examples/consumer/index.php new file mode 100644 index 000000000..1ff091125 --- /dev/null +++ b/models/openid-php-openid-782224d/examples/consumer/index.php @@ -0,0 +1,73 @@ + + + PHP OpenID Authentication Example + + +

PHP OpenID Authentication Example

+

+ This example consumer uses the PHP + OpenID library. It just verifies that the URL that you enter + is your identity URL. +

+ + $msg"; } ?> + $error"; } ?> + $success"; } ?> + +
+
+ Identity URL: + + + +

Optionally, request these PAPE policies:

+

+ $uri) { + print ""; + print "$uri
"; + } ?> +

+ + +
+
+ + -- cgit v1.2.3