Рет қаралды 37,451
ADFS - Multifactor Authentication
Certificate Authentication
Azure MFA with ADFS
These are the topics covered in this video.
The link of the video mentioned below demonstrates, how you can Implement MFA with Azure MFA server;
• Multi Factor Authentic...
Commands that you must run to register Azure MFA as Authentication provider.
====================================================================
$cert = New-AdfsAzureMfaTenantCertificate -TenantId mcasmip.onmicrosoft.com
====================================================================================
New-MsolServicePrincipalCredential -AppPrincipalId 981f26a1-7f43-403b-a875-f8b09b8cd720 -Type asymmetric -Usage verify -Value $cert
=====================================================================================
Set-AdfsAzureMfaTenant -TenantId mcasmip.onmicrosoft.com -ClientId 981f26a1-7f43-403b-a875-f8b09b8cd720
docs.microsoft...
Regards,
ConceptsWork