Google chrome (version 76+ ) is blocking 3rd party cookies by default, this is blocking creating cookies via sessionCookieRedirect call. How did you handle this?

Recent push from Google chrome (version 76+ ) is blocking 3rd party cookies by default, this is blocking creating cookies in sessionCookieRedirect call. How did you handle this if you had custom login flows on bulk accounts.

Thanks
Siva Desetti

If you are using the flow as documented here: https://developer.okta.com/docs/guides/session-cookie/overview/#retrieving-a-session-cookie-by-visiting-a-session-redirect-link, it should not be a problem as your user is actually getting redirected to Okta to set the cookie and comes back to your app. Do you mean you are unable to verify an existing session using the https://developer.okta.com/docs/reference/api/sessions/#get-current-session? Could you provide some details around how your login flow is implemented and any error messages you see in Browser console or network tab?

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.