I am trying to setup 2FA with Azure IDP. The article I found (Enforce MFA) says to perform the following:
- In Zero Trust, go to Access > Applications.
- Find the application for which you want to enforce MFA and select Edit. Alternatively, create a new application.
- Go to the Rules section of the application.
- If your application already has a rule containing an identity requirement, find it and select Edit.The rule must contain an Include rule which defines an identity. For example, the Include rule should allow for users who are part of a user group, email domain, or identity provider group.
- Add a Require action to the rule.
- Select Authentication Method and choose
mfa - multiple-factor authentication
. - Save the rule.
Unfortunately, there is no “Authentication Method” to select.
thanks in advance!