Add multiple action to post login for different application

Hi,

I would like to know how to add different actions to different application in Auth0.
Example:

  1. I have multiple application using multiple Auth0 login service (Password Flow).
  2. Different login service have slightly different tokens built.
  3. Can we add multiple application to post login flow and it possible to do such an action.

Hi there @walter.adbe !

Actions will run for all logins from all applications (m2m not applicable) - You can add logic using event.client.client_id to single out specific clients/applications in as many actions as necessary. See:

Let us know if that gets you what you’re looking for!

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