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:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-09-26 16:36:20 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-09-26 16:36:20 +0300
commitf05649f5541f72d47a8507b14234fd5754e1bc04 (patch)
tree687a23c6aa6b57465da5c7b63ceeef599e061625 /lib
parent03c97a4a7d21a8b03b8bf4413a7d8bbd28bf5d09 (diff)
Use @NoSameSiteCookieRequired annotation
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib')
-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 edb1f243..eff42271 100644
--- a/lib/Controller/SAMLController.php
+++ b/lib/Controller/SAMLController.php
@@ -186,6 +186,7 @@ class SAMLController extends Controller {
* @NoCSRFRequired
* @UseSession
* @OnlyUnauthenticatedUsers
+ * @NoSameSiteCookieRequired
*
* @return Http\RedirectResponse|void
*/