Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Inconsistent behavior of Windows authentication between IIS integration and WebListener #287

Closed
Tratcher opened this issue Dec 21, 2016 · 1 comment
Assignees

Comments

@Tratcher
Copy link
Member

From @leastprivilege on December 21, 2016 14:17

Both add Negotiate and NTLM.

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 ;)

Copied from original issue: aspnet/Security#1076

@Tratcher
Copy link
Member Author

Tratcher commented Dec 21, 2016

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants