I am trying to understand how authentication in MAPI/HTTP protocol works. I read through the documents that protocol supports basic authentication scheme, NT LAN Manager (NTLM) Authentication Protocol, and Negotiate
Ref MS-OXCMAPIHTTP#1.7.
So I have setup an Outlook365 account. While debugging (TLS session) I do see that server always asks for WWW-Authenticate: Basic Realm=
. I did understand how does that work. But I fail to see any reference of NTLM
or Negotiate
. The document(s) does not provide any examples of either.
Online search is almost always fruitless about this topic.
I would appreciate some pointers or s'more documents or examples.