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
This commit is contained in:
Frank Tröger 2017-08-28 13:31:35 +02:00 committed by Sven Seeberg
parent b8e68dd5ea
commit c0deed8155
Signed by: sven.seeberg
GPG Key ID: 29559DD5A83806B5
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ class SAMLController extends Controller {
* @PublicPage
* @UseSession
* @OnlyUnauthenticatedUsers
* @NoCSRFRequired
*
* @param int $idp id of the idp
* @return Http\RedirectResponse