Require CSRF token

This commit is contained in:
Lukas Reschke 2016-06-29 10:58:05 +02:00
parent 46bab66c28
commit 906a1aba34
No known key found for this signature in database
GPG Key ID: 9AB0ADB949B6898C
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ class SAMLController extends Controller {
/**
* @PublicPage
* @UseSession
* @NoCSRFRequired
*/
public function login() {
$auth = new \OneLogin_Saml2_Auth($this->SAMLSettings->getOneLoginSettingsArray());