Hi there, I am trying to implement redirect-to-external file with Auth0 action, following this doc Redirect with Actions, but I didn’t find the information about how many redirection times are allowed in action flow?
There isn’t a limit on the number of times you can perform redirection in a Post-Login Action flow. I have tested this myself and can confirm that you can have many redirect actions within the Post-Login Action flow.
Hi Rueben,
Thank you for your feedback and confirmation!
Post-login flow can have unlimited redirection action.
How about within a SINGLE action, how many redirections are allowed? I assume only one.