summaryrefslogtreecommitdiffstats
path: root/php/Attic/examples/sample-idp/setup.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/Attic/examples/sample-idp/setup.php')
-rw-r--r--php/Attic/examples/sample-idp/setup.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/php/Attic/examples/sample-idp/setup.php b/php/Attic/examples/sample-idp/setup.php
index 5acdde45..631b753c 100644
--- a/php/Attic/examples/sample-idp/setup.php
+++ b/php/Attic/examples/sample-idp/setup.php
@@ -377,6 +377,8 @@
<form name='frm' action='<?php echo $PHP_SELF ?>' method='POST'>
<p align='center'>Lasso Identity Provider Setup</p>
+<br>
+<hr>
<p>
<table>
<caption>Database Configuration</caption>
@@ -391,6 +393,21 @@
<hr>
<p>
<table>
+<caption>Authentification Configuration</caption>
+<tr>
+ <td>Authentification type :</td>
+ <td>
+ <select name='auth_type'>
+ <option value="auth_form">HTML Login/Password Form</option>
+ <option value="auth_basic">HTTP Auth Basic</option>
+ </select>
+ </td><td>&nbsp;</td>
+</tr>
+</table>
+</p>
+<hr>
+<p>
+<table>
<caption>Identity Provider</caption>
<tr>