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 11:58:05 +0300
committerLukas Reschke <lukas@owncloud.com>2016-06-29 11:58:05 +0300
commit906a1aba34806632b746954f9acaef8d311a87b6 (patch)
tree294e095140a85b2f8de69290b43aa83a37710094 /lib
parent46bab66c287365ffadd70c6a425f76f073f583aa (diff)
Require CSRF token
Diffstat (limited to 'lib')
-rw-r--r--lib/controller/samlcontroller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/controller/samlcontroller.php b/lib/controller/samlcontroller.php
index cfc60b8b..21f123b7 100644
--- a/lib/controller/samlcontroller.php
+++ b/lib/controller/samlcontroller.php
@@ -57,7 +57,6 @@ class SAMLController extends Controller {
/**
* @PublicPage
* @UseSession
- * @NoCSRFRequired
*/
public function login() {
$auth = new \OneLogin_Saml2_Auth($this->SAMLSettings->getOneLoginSettingsArray());