<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
Reset User's MFA Prior to User Deactivation via Event Hook
Lifecycle Management
Workflows
Okta Classic Engine
Multi-Factor Authentication
Okta Identity Engine
Overview

By default, when deactivating an Okta user, the user's second factor does not get reset, and once deactivated, resetting the second factor is not possible. This article clarifies whether there is an event hook to have a factor deactivation request sent to a workflow that resets the factors, and only then would the user deactivation take place.

Applies To
  • Multi-Factor Authentication (MFA)
  • MFA Reset
  • End User MFA
Cause

This is working as designed.  

Solution

Unfortunately, it is not possible to send the deactivation request to a workflow that resets the second factor before deactivation. All Event Hooks are async, so they will not stop the flow and wait for the external call to be complete before continuing with the deactivation process.  

Loading
Reset User's MFA Prior to User Deactivation via Event Hook