Feature:
Support for Organization-Specific Action triggers
Description:
Currently, Auth0 allows the creation of Actions that can be triggered during various stages of the authentication and authorization process. However, these Actions are applied globally across all organizations and applications within a tenant. request is to enable the configuration of Actions on a per-organization basis. This would allow us to define and manage custom logic specific to each organization, improving flexibility and control over the authentication process.
Use-case:
We are building a multi-tenant application where each organization has unique authentication requirements and workflows. The ability to configure Actions specific to each organization would greatly enhance our ability to tailor the authentication process to meet the distinct needs of each client. This feature would improve our user experience by allowing us to implement organization-specific logic without relying on conditional checks within a single Action, thereby reducing complexity and potential performance issues.