-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
user.reactivate Webhook is not Transactional
Description
The user.reactivate webhook event is documented as being transactional, but the user reactivation is committed even when the webhook fails.
Affects versions
1.0.13+
Steps to reproduce
Steps to reproduce the behavior:
- Define and apply a webhook for the
user.reactivateevent and set the the transaction type to something other thanNone - Set up the webhook to return a failed status code
- Deactivate and then reactivate the user
- The user is reactivated even though the transactional webhook should have failed the update
Expected behavior
A user's active status should not be updated when a transactional webhook fails.
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working