How can I use basic authentication with ssl and NTLM at the same time in a NET 5 API? The background of the question is the following: we are using a web UI which authenticates with NTLM (this should remain as it is); in the other hand, there is a biztalk client which needs to authenticate using basic authentication with ssl due to incompatibility with NTLM.
I'm searching information on how to accomplish it, but I haven't found anything yet.