mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Fix SAML Client login flow on Apple devices
Because the redirect from the SAML/SSO endpoint is a POST the lax/strict cookies are not properly send. Note that it is not strictly requried on this endpoint as we do not need the remember me data. Only the real session info is enough. The endpoint is also already protected by a state token. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
a730ad16f1
commit
3b4abd550b
1 changed files with 1 additions and 0 deletions
|
|
@ -207,6 +207,7 @@ class ClientFlowLoginController extends Controller {
|
|||
/**
|
||||
* @NoAdminRequired
|
||||
* @NoCSRFRequired
|
||||
* @NoSameSiteCookieRequired
|
||||
* @UseSession
|
||||
*
|
||||
* @param string $stateToken
|
||||
|
|
|
|||
Loading…
Reference in a new issue