Redirects from `onContinuePostLogin` stopped working and now work again

Problem statement

Redirects from onContinuePostLogin stopped working and now work again. Can we depend on this to work long-term?

Solution

For security reasons we never intended to support redirects from onContinuePostLogin and instead only 1 redirect per action. We recently introduced new security measures that caused redirects from onContinuePostLogin to fail.

We had multiple reports of the same issue and as a result we temporarily rolled back the change. This is why it’s now working again.

In the long term, however, we do plan to re-introduce the change as the current redirect behavior is a security concern.