Enable MFA (2FA) on my Android app.

Victor Pale 1 Reputation point
2021-10-12T18:28:14.907+00:00

Hello gurus.

I have an Android app, that validates the user's credentials against the active directory.

Recently, in my job, has been enabled Multi-factor authentication (MFA) on Azure Active Directory.

On that app, I use ASAL library for authenticated users.

Do I need to perform changes on the code? Is there a way to set up "Conditional Access" without change the code?

Do I need to change the library for MSAL?

Thank you for your comments.
Best regards, Victor.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,424 questions
{count} votes

1 answer

Sort by: Most helpful
  1. James Hamil 21,546 Reputation points Microsoft Employee
    2021-10-13T23:20:25.473+00:00

    Hi @Victor Pale , if I understand your question correctly, you do not need to change your authentication scheme. This thread goes into detail on how to set up MFA for Android. You can choose from any of the verification methods listed here: https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-mfa-howitworks#available-verification-methods

    Please let me know if you have any questions!

    If this answer helped you please mark it as "Verified" so other users may reference it.

    Thank you,
    James

    0 comments No comments