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
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-01-13 00:23:42 +0300
committerGitHub <noreply@github.com>2017-01-13 00:23:42 +0300
commit24af5a150a6cce3faad19ec9d5ce2a870c679d0b (patch)
tree1c0015b01e30ed959a75109c727829a98b1a3e15
parentbcf5f87130375cb0fe4ceec80fa1abf76af54301 (diff)
parent28bb7c673df80efd607117d18b3395bce4195e4d (diff)
Merge pull request #74 from nextcloud/stable10-strict-modev10.0.4RC1v10.0.4v10.0.3
[stable10] Enable strict mode
-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,