From 783271bb1e66663a244a08a60ad4bcff59765a31 Mon Sep 17 00:00:00 2001 From: Lukas Scharmer Date: Wed, 18 Sep 2024 17:17:48 +0200 Subject: [PATCH] Saml: Fix wrong baseurlpath in Saml README.md --- components/ILIAS/Saml/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ILIAS/Saml/README.md b/components/ILIAS/Saml/README.md index 2ae06bb393bc..1d1dd6c805ea 100755 --- a/components/ILIAS/Saml/README.md +++ b/components/ILIAS/Saml/README.md @@ -103,7 +103,7 @@ The key `debug` is now not a boolean but an array value instead. New installatio The key `baseurlpath` must be changed to the following. New installations will have this value as default. ```diff - 'baseurlpath' => 'simplesaml/', -+ 'baseurlpath' => 'Services/saml/lib/', ++ 'baseurlpath' => 'Services/Saml/lib/', ``` If it does not already exist the key `module.enable` must be added with the following content. New installations will have this value as default.