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
{{ message }}
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.
WebListener gives the schemes display names of Windows:Negotiate and Windows:NTLM.
With IIS integration the display names are empty.
Since display name is often used in generic code to populate the login page - it would be nice to always have a display name - or never. But be consistent ;)
The display names were removed from IISIntegration so it wouldn't show up in the interactive login page, so we should also remove them from WebListener.
From @leastprivilege on December 21, 2016 14:17
Both add Negotiate and NTLM.
WebListener gives the schemes display names of
Windows:Negotiate
andWindows:NTLM
.With IIS integration the display names are empty.
Since display name is often used in generic code to populate the login page - it would be nice to always have a display name - or never. But be consistent ;)
Copied from original issue: aspnet/Security#1076
The text was updated successfully, but these errors were encountered: