cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
steveg
Engaged Sweeper II
Trying to setup office365 scanning and it gives me the unable to login using credentials error. I am using my global admin credentials to test this so I have all rights in office 365. What else can I check?
2 REPLIES 2
jrounkles
Engaged Sweeper
You will also need to enable Basic Authentication on your scan server. Not sure why they are requiring Basic Authentication when it sends username/password in clear text to the Office 365 portal but they do. This is one feature that should be corrected ASAP.


Run the following command on your scan server to verify the Auth/Basic setting:
winrm get winrm/config/service


Run the following command on your scan server from an elevated prompt then reboot to set it:
winrm set winrm/config/service/auth @{Basic="true"}
zrkingen
Engaged Sweeper
Does your global administrator account use 2FA? I found I had to use an account without 2FA. I created an account with the roles of Exchange Administrator and User Management Administrator and without 2FA and this worked for me.