WIP: host both service provider and identity provider for local dev
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user