Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Fetching MFA status of Azure AD accounts

Deepa_Vimal
New Contributor
New Contributor

Hi All

For one of our project implementation we have to reconcile MultifactorAuthentication(MFA) status of Azure AD accounts. What is the attribute for reconciling MFA status using OOTB Azure AD connector.

If there is no way through OOTB Azure AD connector, What are the other possibilities to fetch MFA status of Azure AD accounts.

2 REPLIES 2

Raghu
All-Star
All-Star

@Deepa_Vimal  We dont have others it is OOTB

https://forums.saviynt.com/t5/identity-governance/does-saviynt-support-multi-factor-authentication-d...

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

rushikeshvartak
All-Star
All-Star

Azure AD does not expose MFA status directly through its Graph API, which the OOTB connector typically utilizes.

there are alternative methods to fetch MFA status of Azure AD accounts:

  1. Azure AD PowerShell Module:

    • You can use PowerShell cmdlets from the Azure AD module to retrieve MFA status for users. The Get-MsolUser cmdlet can be used to fetch properties including MFA status.

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.