You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On projects using the oauth module on Safari, if Privacy > Cookie and website data is set to Allow from current website only -- or Always block -- the cookie returned from the sign in process is blocked, causing login to fail.
Next step is to check out this behaviour on other browsers, but I'm guessing any restrictive cookie sessions will produce the same result.
Potential fix could be falling back to a full-page redirect for now...
On projects using the
oauth
module on Safari, ifPrivacy > Cookie and website data
is set toAllow from current website only
-- orAlways block
-- the cookie returned from the sign in process is blocked, causing login to fail.Next step is to check out this behaviour on other browsers, but I'm guessing any restrictive cookie sessions will produce the same result.
Potential fix could be falling back to a full-page redirect for now...
Thanks to @astopy for finding this one.
The text was updated successfully, but these errors were encountered: