How do I use NTLM authentication with Active Directory

后端 未结 7 618
渐次进展
渐次进展 2021-01-31 23:51

I am trying to implement NTLM authentication on one of our internal sites and everything is working. The one piece of the puzzle I do not have is how to take the information fro

相关标签:
7条回答
  • 2021-02-01 00:22

    As I understand it.
    NTLM is one of IIS built in authentication methods. If the the Host is registered on the domain of said active directory, it should be automatic. One thing to watch out for is the username should be in one of two formats.

    • domain\username
    • username@domain.tld

    If you are trying to go against a different active directory you should be using a forms style authentication and some LDAP code.

    If you are trying to do the Intranet No Zero Login thing with IIS Integrated authentication

    • the domain needs to be listed as a trusted site in IEx browser
    • or use a url the uses the netbios name instead of the DNS name.
    • for it to work in firefox read here
    0 讨论(0)
提交回复
热议问题