Skip to content

Commit c137eeb

Browse files
authored
Add missing vars to the demo
1 parent cc6d4e7 commit c137eeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

demo1/index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
$nameId = null;
3232
$sessionIndex = null;
3333
$nameIdFormat = null;
34+
$samlNameIdNameQualifier = null;
35+
$samlNameIdSPNameQualifier = null;
3436

3537
if (isset($_SESSION['samlNameId'])) {
3638
$nameId = $_SESSION['samlNameId'];

0 commit comments

Comments
 (0)