mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 11:52:34 +01:00
cdef1b3ab0
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. |
||
---|---|---|
.. | ||
Actions | ||
Api | ||
Auth | ||
Config | ||
Console | ||
Entities | ||
Exceptions | ||
Facades | ||
Http | ||
Interfaces | ||
Notifications | ||
Providers | ||
Settings | ||
Theming | ||
Traits | ||
Translation | ||
Uploads | ||
Util | ||
Application.php | ||
helpers.php | ||
Model.php |