From 3f5da1bdb3e235626ea9709341fb689361ab882f Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+studip@gmail.com>
Date: Wed, 11 Sep 2024 07:12:03 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 config/config_defaults.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config_defaults.inc.php b/config/config_defaults.inc.php
index 16e33a9b30e..aa48ba94195 100644
--- a/config/config_defaults.inc.php
+++ b/config/config_defaults.inc.php
@@ -188,7 +188,7 @@ $STUDIP_AUTH_PLUGIN[] = "Standard";
 // $STUDIP_AUTH_PLUGIN[] = "Shib";
 // $STUDIP_AUTH_PLUGIN[] = "IP";
 // $STUDIP_AUTH_PLUGIN[] = 'OAuth2';
-// $STUDIP_AUTH_PLUGIN[] = "SimpleSamlPHP";
+// $STUDIP_AUTH_PLUGIN[] = 'SimpleSamlPHP';
 
 $STUDIP_AUTH_CONFIG_STANDARD = ["error_head" => "intern"];
 
-- 
GitLab