WIP: host both service provider and identity provider for local dev

This commit is contained in:
2025-12-17 14:18:30 +09:00
parent 3d07547f80
commit 2262438085
34 changed files with 1595 additions and 73 deletions

View File

@@ -35,7 +35,8 @@ function navbar($depth, $active = null) {
function loginBar($sp = null, $pdo = null) {
if (null === $sp) {
$sp = 'default-sp';
// $sp = 'dev-sp';
$sp = 'dev-sp';
}
$result = "\n";
require_once __DIR__ . '/../vendor/simplesamlphp/simplesamlphp/lib/_autoload.php';