Am trying to connect Exchange Online using Connect-ExchangeOnline. But, it seems require basic authentication. Is it possible to use this cmdlet without basic auth?
Asked
Active
Viewed 148 times
2 Answers
1
Connect-ExchangeOnline uses modern auth in O365 end. However it require basic authentication in the client side.
Basic authentication header is required to transport the session’s OAuth token, since the client-side WinRM implementation has no support for OAuth.
For more info: https://o365reports.com/2019/12/11/connect-exchange-online-powershell-without-basic-authentication/

Embry Fedora
- 175
- 1
- 5

Samara Josh
- 26
- 2
-
Thanks. can you share the doc for this? – Embry Fedora Feb 22 '20 at 09:38
0
You could refer to the following article: https://community.spiceworks.com/topic/2250084-can-t-connect-to-exchange-online-mfa-without-basic-auth

Jayce
- 804
- 5
- 5