From 8976ed87f59de26aa31ce8bc471d49614bfbe008 Mon Sep 17 00:00:00 2001 From: Christophe Nowicki Date: Mon, 13 Sep 2004 12:32:31 +0000 Subject: split source code of singleSignOn.php in many functions added support for http basic authentification remove useless "?SID=" values --- php/Attic/examples/sample-idp/admin_user.php | 2 +- php/Attic/examples/sample-idp/setup.php | 51 ++-- php/Attic/examples/sample-idp/singleSignOn.php | 313 +++++++++++++++------ php/Attic/examples/sample-idp/soapEndpoint.php | 46 ++- php/Attic/examples/sample-sp/assertionConsumer.php | 4 +- php/Attic/examples/sample-sp/index.php | 7 +- 6 files changed, 287 insertions(+), 136 deletions(-) (limited to 'php') diff --git a/php/Attic/examples/sample-idp/admin_user.php b/php/Attic/examples/sample-idp/admin_user.php index 56b1f7e4..6ecdc8ca 100644 --- a/php/Attic/examples/sample-idp/admin_user.php +++ b/php/Attic/examples/sample-idp/admin_user.php @@ -49,7 +49,7 @@ - +
Dump Dump
diff --git a/php/Attic/examples/sample-idp/setup.php b/php/Attic/examples/sample-idp/setup.php index b1cc113f..9403f7d9 100644 --- a/php/Attic/examples/sample-idp/setup.php +++ b/php/Attic/examples/sample-idp/setup.php @@ -335,7 +335,8 @@ } $setup = TRUE; } - ob_start(); + $setup_log = ob_get_contents(); + ob_end_clean(); ?> @@ -345,24 +346,17 @@ if ($setup == TRUE) { ?> - - + +

Back to Index

- - - -Setup script for Lasso (Liberty Alliance Single Sign On) -