user_saml/lib/Controller
Roeland Jago Douma 5c87778134
Fix login flow with SAML
Because of the strict samesite cookies SAML fails with the login flow.
Because the post that comes back is not transfering the proper cookies
to use the same session. Hence the token in use gets lost etc.

Now we store this all (encrypted) in a cookie. So that when we come back
we can restore the proper session.

FAQ:

* Is it elegant?
  Nope!
* Does it work?
  Yes!

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-10-05 15:16:38 +02:00
..
SAMLController.php Fix login flow with SAML 2020-10-05 15:16:38 +02:00
SettingsController.php content doesn't have to be a array, e.g. for category=type, content is 'saml' 2018-11-19 12:25:12 +01:00
TimezoneController.php Load a timezone file if no timezone is set 2019-05-27 08:39:22 +02:00