Skip to content
Snippets Groups Projects
Commit 7b352527 authored by Zachary Trabookis's avatar Zachary Trabookis Committed by Jillian Vogel
Browse files

Fix `SameSite` cookie issue for LTI Provider. EW-449

There was an issue where external LMS system (e.g. Canvas, Blackboard) that used Open edX LTI Provider calls had cookies blocked. This update fixes this issue by defining third-party cookies to have attributes of `Secure=True` and `SameSite=None`.

Details here: https://discuss.openedx.org/t/lti-xblock-and-samesite/759/5

(cherry picked from commit 28479a2966b87b16a25dbc96c19b6f5817d255de)
parent bb85420e
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment