How many times of redirection are allowed in one Auth0 Action flow?

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?

In Auth0 Rules, Auth0 just allows once (Redirect Users from Within Rules) Does Action have the similar limitation?

Thank you in advance!

Hi @Changrui.Yu,

Welcome to the Auth0 Community!

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.

Let me know if you have any additional questions.

Thanks,
Rueben

2 Likes

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.

Best,
Changrui

2 Likes

Hi @Changrui.Yu,

Yes, that’s correct. Each Action script can only support one redirection.

Cheers,
Rueben

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