summaryrefslogtreecommitdiffstats
path: root/php/Attic/examples/sample-idp/admin_user.php
diff options
context:
space:
mode:
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