Pre-Conditions for the MFA Flow APIs to execute in Actions

Overview

This article explains the pre-conditions required for executing the following MFA flow APIs in Actions.

api.authentication.enrollWith
api.authentication.enrollWithAny
api.authentication.challengeWith
api.authentication.challengeWithAny

Applies To

  • Multi-Factor Authentication (MFA) flow APIs
  • Actions
  • Prerequisites

Solution

The following conditions must be met for the APIs to execute in Actions.

{
    "supported_triggers": [
        {
            "id": "post-login",
            "version": "v3"
        }
    ]
}