Search notes:

Windows authentication

A user is authenticated by either

Integrated Windows Authentication

Integrated Windows Authentication allows a user to log in with his Windows credentials, either using Kerberos or NTLM.
Integrated Windows Authentication is also referred to by

See also

The registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication
The -useDefaultCredential option of the invoke-webRequest cmdLet.
The property AuthenticationType of the .NET class System.Security.Principal.WindowsIdentity.
Security Support Provider Interface

Index