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:
authorLukas Reschke <lukas@owncloud.com>2016-06-29 22:50:09 +0300
committerLukas Reschke <lukas@owncloud.com>2016-06-29 22:50:09 +0300
commitb9a157e36de2b48da31947c1f9fd000bc923f757 (patch)
treefb0a1ce14f67e3f1bfbcdeb2d9ed90daae251243 /lib
parentf7349588361457f61ce4877c9939ce1852bb7053 (diff)
Add wantsnameid
Diffstat (limited to 'lib')
-rw-r--r--lib/controller/settingscontroller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/controller/settingscontroller.php b/lib/controller/settingscontroller.php
index 906b2046..cf06f837 100644
--- a/lib/controller/settingscontroller.php
+++ b/lib/controller/settingscontroller.php
@@ -71,6 +71,7 @@ class SettingsController extends Controller {
'wantMessagesSigned' => $this->l10n->t('Indicates a requirement for the <samlp:Response>, <samlp:LogoutRequest> and <samlp:LogoutResponse> elements received by this SP to be signed.'),
'wantAssertionsSigned' => $this->l10n->t('Indicates a requirement for the <saml:Assertion> elements received by this SP to be signed. [Metadata of the SP will offer this info]'),
'wantAssertionsEncrypted' => $this->l10n->t('Indicates a requirement for the <saml:Assertion> elements received by this SP to be encrypted.'),
+ 'wantNameId' => $this->l10n->t(' Indicates a requirement for the NameID element on the SAMLResponse received by this SP to be present.'),
'wantNameIdEncrypted' => $this->l10n->t('Indicates a requirement for the NameID received by this SP to be encrypted.'),
'wantXMLValidation' => $this->l10n->t('Indicates if the SP will validate all received XMLs.'),
];