
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2019 10:14 PM
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?
Labels:
- Labels:
-
General Discussion
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2019 06:59 PM
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"}
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"}

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2019 01:41 PM
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.
