React to WebListener AllowAnonymous API change.

This commit is contained in:
Chris R 2016-08-08 09:51:57 -07:00
parent 1ba6608d90
commit 6ae610e8bc
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ namespace MusicStore
builder.UseWebListener(options =>
{
options.Listener.AuthenticationManager.AuthenticationSchemes = AuthenticationSchemes.NTLM;
options.Listener.AuthenticationManager.AllowAnonymous = false;
});
}
else