Forum Discussion
Chris Krause
Aug 15, 2018Copper Contributor
Authenticator Phone Sign-In for Office 365 Work Accounts?
I have the Microsoft Authenticator setup for both my personal Microsoft account and have been testing it with our new Office 365 work account that we just set up. My personal account was setup wi...
Mahesh Khetani
Nov 22, 2018Copper Contributor
Not sure if you managed to solve this, but did you do the following:
1: Open PowerShell in admin mode
2. Run Install-Module -Name AzureADPreview -AllowClobber
3. Connect-AzureAD
4. New-AzureADPolicy -Type AuthenticatorAppSignInPolicy -Definition '{"AuthenticatorAppSignInPolicy":{"Enabled":true}}' -isOrganizationDefault $true -DisplayName AuthenticatorAppSignIn
Once this is done, then enable phone sign on the authenticator app.