summaryrefslogtreecommitdiffstats
path: root/php/Attic/examples/sample-idp/admin_user.php
diff options
context:
space:
mode:
authorChristophe Nowicki <cnowicki@easter-eggs.com>2004-09-22 14:59:15 +0000
committerChristophe Nowicki <cnowicki@easter-eggs.com>2004-09-22 14:59:15 +0000
commitf5ab5917e49e70b3a82174d6885f34ce1b907730 (patch)
treec4b87e923aec027018f1ac88a7dd2c4c9d74ba6f /php/Attic/examples/sample-idp/admin_user.php
parenta952e642e05288e24760e0106a2022d4fd941750 (diff)
downloadlasso-f5ab5917e49e70b3a82174d6885f34ce1b907730.tar.gz
lasso-f5ab5917e49e70b3a82174d6885f34ce1b907730.tar.xz
lasso-f5ab5917e49e70b3a82174d6885f34ce1b907730.zip
fix problem with the sso, now the user can do more than one sso session.
Diffstat (limited to 'php/Attic/examples/sample-idp/admin_user.php')
-rw-r--r--php/Attic/examples/sample-idp/admin_user.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/php/Attic/examples/sample-idp/admin_user.php b/php/Attic/examples/sample-idp/admin_user.php
index 172dabe9..2ce14992 100644
--- a/php/Attic/examples/sample-idp/admin_user.php
+++ b/php/Attic/examples/sample-idp/admin_user.php
@@ -124,7 +124,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
-<title>Lasso Service Provider Example : Users Management</title>
+<title>Lasso Identity Provider Example : Users Management</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<script language="JavaScript" type="text/javascript">
<!--
@@ -254,12 +254,11 @@
// get all federations for this user
if (!empty($identity_dump))
{
- if (!empty($session_dump))
- $login->setSessionFromDump($session_dump);
$login->setIdentityFromDump($identity_dump);
$identity = $login->identity;
- $providerIDs = $identity->providerIDs;
+ // FIXME : providerIds is empty
+ // var_dump($identity->providerIds);
?>
<table width="100%">
<?php