Azure MFA for ADFS authentication

NDOUR Ndeye Dioma 91 Reputation points
2021-01-11T10:49:45.363+00:00

Hello!
Our ADFS is federated with Azure AD.
We want to activate Azure MFA for some critical apps on-prem (registered on ADFS only).
I followed this guide https://learn.microsoft.com/fr-fr/windows-server/identity/ad-fs/operations/configure-ad-fs-and-azure-mfa
and have the Azure mfa like auth method.
But can I activate the mfa methods just for some application?

Thanks!

Community Center Not monitored
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Pierre Audonnet - MSFT 10,191 Reputation points Microsoft Employee
    2021-01-14T02:20:46.183+00:00

    Yes (ou plutôt Oui puisque tu as mis le lien en Français)

    The procedure you linked is to add Azure MFA as an MFA provider. When you add an MFA Provider it is not used until you configure an application to use it. So it is not affecting anything on your ADFS farm.

    Once you have configured the MFA provider, you can enable it:

    56412-image.png

    And then you can use the Access Control Policy to decide which applications (relying party trusts) will need it and under what conditions:

    56385-image.png

    To require MFA for all users on one app and all the time (regardless of group membership or where the users is connected from), you can use the "Permit everyone and require MFA" policy. On the Relying Party Trusts section of the console, right click on your app and click "Edit Access Control Policy". Then select the policy you need:

    56398-image.png

    The applications you don't change will not be affected.

    Let us know how it goes and if you need help if you wanted to creat special conditions to trigger MFA (such as group membership etc...).

    1 person found this answer helpful.
    0 comments No comments

  2. NDOUR Ndeye Dioma 91 Reputation points
    2021-01-18T10:25:58.49+00:00

    Bonjour,
    merci pour le retour.
    Mais quand j'essaie d'appliquer tout cela, j'ai cette erreur:

    Exception details:
    System.Exception: Exception calling SAS. ---> System.AggregateException: One or more errors occurred. --->
    ......(Azure Multi-Factor Auth Client) is disabled.

    Une idée?


  3. NDOUR Ndeye Dioma 91 Reputation points
    2021-01-26T15:54:06.147+00:00

    thanks for the reply!
    We check the configuration but are not able to find the problem.
    So we opened a ticket with Microsoft support.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.