You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows NT4 was released with NTLM authentication. Windows 2000 was released with Active Directory and Kerberos authentication. In fact, NTLM is sometimes used when Active Directory is not available.
Furthermore, because this is NTLM - this does not support Active Directory groups, which are passed as SID's in the PAC structure of Kerberos service ticket.
You should probably rename this package Microsoft.AspNetCore.Authentication.NTLM - its misleading to include Active Directory in the name when it has no technical relationship or dependency on ActiveDirectory.
The text was updated successfully, but these errors were encountered:
Windows NT4 was released with NTLM authentication. Windows 2000 was released with Active Directory and Kerberos authentication. In fact, NTLM is sometimes used when Active Directory is not available.
Furthermore, because this is NTLM - this does not support Active Directory groups, which are passed as SID's in the PAC structure of Kerberos service ticket.
You should probably rename this package Microsoft.AspNetCore.Authentication.NTLM - its misleading to include Active Directory in the name when it has no technical relationship or dependency on ActiveDirectory.
The text was updated successfully, but these errors were encountered: