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()
|
new AuthenticationDescription()
|
||||||
{
|
{
|
||||||
AuthenticationScheme = IISPlatformHandlerDefaults.Negotiate,
|
AuthenticationScheme = IISPlatformHandlerDefaults.Negotiate
|
||||||
DisplayName = IISPlatformHandlerDefaults.Negotiate
|
|
||||||
},
|
},
|
||||||
new AuthenticationDescription()
|
new AuthenticationDescription()
|
||||||
{
|
{
|
||||||
AuthenticationScheme = IISPlatformHandlerDefaults.Ntlm,
|
AuthenticationScheme = IISPlatformHandlerDefaults.Ntlm
|
||||||
DisplayName = IISPlatformHandlerDefaults.Ntlm
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue