summaryrefslogtreecommitdiffstats
path: root/examples/server/lib/actions.php
diff options
context:
space:
mode:
Diffstat (limited to 'examples/server/lib/actions.php')
-rw-r--r--examples/server/lib/actions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/server/lib/actions.php b/examples/server/lib/actions.php
index 05c0528..7e11cfa 100644
--- a/examples/server/lib/actions.php
+++ b/examples/server/lib/actions.php
@@ -141,7 +141,8 @@ function action_trust()
function action_idpage()
{
- return idpage_render(getLoggedInUser());
+ $identity = $_GET['user'];
+ return idpage_render($identity);
}
function action_idpXrds()