Feature: Support Filters (code) in Actions.
Description: Flows and actions are great to visualize the login flow, but trying to use existing actions sometimes lack the ability to filter certain requests.
so on one hand you have predefined Actions - which save you time writing common logic, on the other they are not flexible enough to match all use cases.
Use-case: We want to use the market Password Rotate Action, but want to limit this policy to certain requests (for example API requests should not reset their password) , or exclude certain users.
we cannot do that today , and we are forced creating our own custom Action.
this seems like a very basic staff we don’t wont to rewrite, and probably this enhancement can benefit other Actions as well. (linking accounts etc)