BookStack/tests/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
..
AuthTest.php Merge branch 'oidc' 2021-10-16 15:51:13 +01:00
LdapTest.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
MfaConfigurationTest.php Applied latest styleci changes 2021-10-15 14:16:45 +01:00
MfaVerificationTest.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
OidcTest.php Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
Saml2Test.php Updated SAML ACS post to retain user session 2021-10-20 13:34:00 +01:00
SocialAuthTest.php Standardised facade usage to use via their FQCN 2021-09-26 15:37:55 +01:00
UserInviteTest.php Applied styleci changes 2021-09-26 15:48:22 +01:00