iis-docs icon indicating copy to clipboard operation
iis-docs copied to clipboard

authPersistSingleRequest is only for NTML, not for all Windows authentication providers.

Open jhkimnew opened this issue 7 years ago • 1 comments

IIS doc should mention that authPersistSingleRequest is only for NTML Windows Auethentication provider so that users can use authPersistSingleRequest only for NTML authentication and use authPersistNonNTML only for other authentication types of Windows Authentication.

See https://docs.microsoft.com/en-us/iis/configuration/system.webserver/security/authentication/windowsauthentication/.

It did not point out that authPersistSingleRequest is only for NTLM authentication.

jhkimnew avatar Sep 18 '18 18:09 jhkimnew

@jhkimnew you can actually make this change since it should be a simple addition to the existing documentation.

bariscaglar avatar Oct 01 '18 21:10 bariscaglar