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:
authorFrank Tröger <frnktrgr@gmail.com>2017-08-28 14:31:35 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-01-28 22:01:47 +0300
commitee459c687ccdd1dc8fa7945622ad415ceece6f84 (patch)
tree15396db8fed6cecbe597bef8514227d7f2eb1822 /lib/Controller
parentfd74ce7c3c04194bc614416bf2f549b7e869bfa7 (diff)
fixed login with chrome browser
- fix 'environment-variable' login problem with chrome browser - problem: using nextcloud behind apache2 mod_auth_mellon, chrome browser gets too many redirects - description: nc_sameSiteCookiestrict is not sent by chrome, because of the origin POST request by idp and the 3xx redirects on nextcloud side
Diffstat (limited to 'lib/Controller')
-rw-r--r--lib/Controller/SAMLController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Controller/SAMLController.php b/lib/Controller/SAMLController.php
index c0dffab3..5946f80d 100644
--- a/lib/Controller/SAMLController.php
+++ b/lib/Controller/SAMLController.php
@@ -163,6 +163,7 @@ class SAMLController extends Controller {
* @PublicPage
* @UseSession
* @OnlyUnauthenticatedUsers
+ * @NoCSRFRequired
*
* @param int $idp id of the idp
* @return Http\RedirectResponse