Skip to content

Instantly share code, notes, and snippets.

@artisticcheese
Created September 10, 2017 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artisticcheese/cffb9d8bc4b7247efb25111156b9c4d5 to your computer and use it in GitHub Desktop.
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