Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/samlsettings.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/samlsettings.php b/lib/samlsettings.php
index 9e4a0547..1fdc8218 100644
--- a/lib/samlsettings.php
+++ b/lib/samlsettings.php
@@ -43,8 +43,7 @@ class SAMLSettings {
public function getOneLoginSettingsArray() {
$settings = [
- // 'debug' => true,
- // 'strict' => true,
+ 'strict' => true,
'security' => [
'nameIdEncrypted' => ($this->config->getAppValue('user_saml', 'security-nameIdEncrypted', '0') === '1') ? true : false,
'authnRequestsSigned' => ($this->config->getAppValue('user_saml', 'security-authnRequestsSigned', '0') === '1') ? true : false,