Go to file
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
.github Add the issue template 2017-04-05 09:52:24 +02:00
.tx Fix tx config 2018-02-12 23:00:50 +01:00
3rdparty install deps on make appstore 2020-09-10 09:42:23 +02:00
appinfo Fix login flow with SAML 2020-10-05 15:16:38 +02:00
css fix height of select box to select the IDP 2018-11-16 09:42:12 +01:00
img Add icon to admin page sidebar 2017-01-24 12:01:34 -06:00
js Add setting to specify a different signature algorithm 2020-02-13 16:01:03 +01:00
l10n [tx-robot] updated from transifex 2020-09-28 03:16:40 +00:00
lib Fix login flow with SAML 2020-10-05 15:16:38 +02:00
screenshots optimizes png raster 2020-01-19 09:49:08 -05:00
templates make "Login options" translatable 2020-09-03 09:29:41 +02:00
tests adjust default redirect target to 20's 2020-09-07 23:34:18 +02:00
.drone.yml bump version and requirements 2020-09-07 23:30:52 +02:00
.gitignore bump version to 3.0.1 2020-02-14 14:40:10 +01:00
.scrutinizer.yml Don't define code coverage 2016-09-26 21:28:31 +02:00
CHANGELOG.md Bump version 2020-07-10 10:19:21 +02:00
LICENSE Create LICENSE 2018-11-21 22:59:45 +01:00
Makefile install deps on make appstore 2020-09-10 09:42:23 +02:00