Office365 NTLM authentication

exchangemicrosoft-office-365ntlm

Can I authenticate credentials with Office365 based on NTLMv2.

Microsoft describes on Authentication and EWS in Exchange that clients can authenticate with Exchange based on NTLM, but My program connects to outlook.office365.com to authenticate based on NTLM Office365 replies Basic-Authentication.

Does anyone know what's the problem? Or how can authenticate Office365 with NTLM authentication technique?

Best Answer

No, you cannot. O365 uses modern claims based auth, so WS* and SAML. Possibly OAUTH or OPENID too.

If you have on-prem AD, ADFS, you can probably auth to that, and get a token to pass to O365.