“parity gap is being assessed and will be addressed before Rules Removal” across the board is not an update that inspires confidence.
When will timelines be available? Will the replacements be rolled out before hard deprecation in Nov 24 or before rules are removed from new tenants in Oct 23?
We’ve already moved everything we could on actions, however, your rules’s deprecation notice without providing at least the SAME functionality on actions is a HUGE problem for us.
Problem: rules allow account linking via API and switching context for the right linked user using context.primaryUser (see Context Object Properties in Rules, Context Object Properties in Rules). Actions do not (as for today). This is a huge pitfall and must be addressed by you
The problem is the same as the one described by fran.pregernik here above:
First case: Automatic link of Social login and DB user with same email.
Here are some posts from other users which have the same problem:
Account linking with Auth0 actions → note that the functionality was implemented by you on Actions, marked as working in 2021 and now you state
“changing the user context as described here apparently relies on now-deprecated functionality from the v1 programming model for the PostLogin trigger. As it stands today, only the context.primaryUser method works to change the primary user (see Context Object Properties in Rules for more details), and this only works within a Rule context.”
So what we should do? It is clear that we expect from you that Context Object Properties in RulesContext Object Properties in Rules need to have a similar alternative with Actions, with context.primaryUser working on actions as it is now with rules (at least as it used to work with actions in 2021!).
You have paying customers relying on this functionality now in Production.
It is fine to set a deprecation notice on rules, but at least you need to provide an easy to migrate option with Actions, without asking us to re-implement all auth flows!
When this functionality will be restored on Actions (it used to work in 2021)?
Can you provide an ETA?
We’re actively working on all those gaps reference above and expect to have these available in the coming months before the start of the EOL. We are also considering an interactive Q&A sessions where for a few hours we will have the Rules and Hooks team (product managers and engineers) jump in to answer your questions live. We will let you know once we have more updates on that front. Thank you!
We use Active Directory login and we need to get a list of user AD groups to build access token with appropriate permissions. It works fine in Rules, we tried event.user.groups in Actions but it’s not working. Is there another way to get user’s Active Directory groups or it’s not implemented yet? Are you going to implement that before disabling rules and hooks?
Got a bit of a new update. We don’t have final dates for addressing the gaps BUT for sure all the gaps should be addressed by Q2 apart from account linking which is target at Q3. Thank you for your understanding!
Several folks have mentioned this above but I don’t see it addressed in any official comments here: the event.user object in the action does not have access to custom parameters set on the user profile, including those sent in an access token by the idp (even though those params are stored in the user profile). Is there an update on when/whether this will be available in actions?
And how do you use actions instead of hooks with the Delegated Administrations Dashboard? The documentation just mentions hooks for now: Delegated Administration: Hooks