Remove display name for Negotiate and Ntlm
This commit is contained in:
parent
e62767ab9d
commit
41cd7bf45e
|
|
@ -28,13 +28,11 @@ namespace Microsoft.AspNet.IISPlatformHandler
|
|||
{
|
||||
new AuthenticationDescription()
|
||||
{
|
||||
AuthenticationScheme = IISPlatformHandlerDefaults.Negotiate,
|
||||
DisplayName = IISPlatformHandlerDefaults.Negotiate
|
||||
AuthenticationScheme = IISPlatformHandlerDefaults.Negotiate
|
||||
},
|
||||
new AuthenticationDescription()
|
||||
{
|
||||
AuthenticationScheme = IISPlatformHandlerDefaults.Ntlm,
|
||||
DisplayName = IISPlatformHandlerDefaults.Ntlm
|
||||
AuthenticationScheme = IISPlatformHandlerDefaults.Ntlm
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue