summaryrefslogtreecommitdiffstats
path: root/shib/api.php
diff options
context:
space:
mode:
authorSimon Rettberg2024-05-27 15:37:55 +0200
committerSimon Rettberg2024-05-27 15:37:55 +0200
commit43ddb14693e4a4830f471dd7c90f6257d95b7b29 (patch)
tree8c960b53e0f7ba1c660d16abf8bf044411b96080 /shib/api.php
parentMerge branch 'master' of git.openslx.org:bwlp/bwlp-webadmin (diff)
downloadbwlp-webadmin-master.tar.gz
bwlp-webadmin-master.tar.xz
bwlp-webadmin-master.zip
Add support for client login via QRCodeHEADmaster
Diffstat (limited to 'shib/api.php')
-rw-r--r--shib/api.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/shib/api.php b/shib/api.php
index eec1e3d..a05c301 100644
--- a/shib/api.php
+++ b/shib/api.php
@@ -19,6 +19,7 @@ spl_autoload_register(function ($class)
require_once $file;
});
+// DMSD login via web
$response = ShibAuth::login();
Header('Content-Type: text/plain; charset=utf-8');