BookStack/app/Auth
Dan Brown cdef1b3ab0
Updated SAML ACS post to retain user session
Session was being lost due to the callback POST request cookies
not being provided due to samesite=lax. This instead adds an additional
hop in the flow to route the request via a GET request so the session is
retained. SAML POST data is stored encrypted in cache via a unique ID
then pulled out straight afterwards, and restored into POST for the SAML
toolkit to validate.

Updated testing to cover.
2021-10-20 13:34:00 +01:00
..
Access Updated SAML ACS post to retain user session 2021-10-20 13:34:00 +01:00
Permissions Applied StyleCI changes 2021-09-29 23:53:11 +01:00
Role.php Applied styleci style changes 2021-09-18 21:21:44 +01:00
SocialAccount.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
User.php Added MFA indicator to user list 2021-07-14 20:19:05 +01:00
UserRepo.php Standardised facade usage to use via their FQCN 2021-09-26 15:37:55 +01:00