React to WebListener AllowAnonymous API changes for Standalone.

This commit is contained in:
Chris R 2016-08-08 13:08:42 -07:00
parent 6ae610e8bc
commit 8249134911
1 changed files with 1 additions and 0 deletions

View File

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