kuldeep adhikari
kuldeep adhikari
@DMHP Can you please contribute (if possible). i have to implement the same for my proxy server authentication. Initially i assumed to support only NTLM but I guess i would...
hi @antiduh , I could successfully support the negotiate and ntlm based authentication (win auth) for both proxy server and subsequently win server. However, at customer site the first authentication...
So it means that if I am using negotiate mechanism, and server supports kerberos then server will automatically choose kerberos. But my question is what happens when my code does...
Well actually you are right. I had to tweak the code a little as the requirement was that one should be able to provide the winauth credentials (in case the...
I am sorry for the confusion. I am assembling the instance of SEC_WINNT_AUTH_IDENTITY structure as you have mentioned for that purpose. So basically I was given a task to have...
I think yes, i was able to resolve it, i shall post a sample code on monday !
@china-live there is already a fork available for dbContextScope for EF Core, check it out [here](https://github.com/ninety7/DbContextScope) and [here](https://github.com/tncalvert/DbContextScope) !
Does correlation ID provide as good alternative to what Rebus correlation ID mechanism provides ? Can I also use this for non HTTP based worker microservices in combination with ASP...