Hi ,
Modern authentication is enalbed on our tananet on Exchange Online not on Skype for Business.
For testing I have blocked basic authentication on few of emailboxes but still I am seeing Sign-In logs in Azure AD.
Block Authentication Policy with below.
RunspaceId : 960d246b-79ed-4def-ac3a-4130969d4393
AllowBasicAuthActiveSync : False
AllowBasicAuthAutodiscover : False
AllowBasicAuthImap : False
AllowBasicAuthMapi : False
AllowBasicAuthOfflineAddressBook : False
AllowBasicAuthOutlookService : False
AllowBasicAuthPop : False
AllowBasicAuthReportingWebServices : False
AllowBasicAuthRest : False
AllowBasicAuthRpc : False
AllowBasicAuthSmtp : False
AllowBasicAuthWebServices : False
AllowBasicAuthPowershell : False
AdminDisplayName :
and current setting on specific mailbox.
Get-User -Identity xxxxxxxxxxxxxxxxxxxxxxxxx@abc.com |Fl authenticationpolicy
AuthenticationPolicy : Block Basic Authentication
Here I am missing anything for testing block basic authentication.