Action Redirect Does Not Allow to Add a "state" Parameter
Last Updated:
Overview
Applies To
- Action Redirect
- Add Parameter
Solution
As a workaround, instead of attempting to redirect to the login page directly, redirect to an owned application and pass the state with a custom parameter like "customstate". The app then can perform a second redirect to the Auth0's login page with the state parameter the same as the "customstate" value.