Skip to content

Instantly share code, notes, and snippets.

@artisticcheese
Created September 10, 2017 20:59
Show Gist options
  • Select an option

  • Save artisticcheese/cffb9d8bc4b7247efb25111156b9c4d5 to your computer and use it in GitHub Desktop.

Select an option

Save artisticcheese/cffb9d8bc4b7247efb25111156b9c4d5 to your computer and use it in GitHub Desktop.
.UseHttpSys(options =>
{
options.Authentication.Schemes = AuthenticationSchemes.Negotiate | AuthenticationSchemes.NTLM;
options.Authentication.AllowAnonymous = true;
options.UrlPrefixes.Add("http://+:80/");
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment