Skip to content

Instantly share code, notes, and snippets.

@artisticcheese
Created September 10, 2017 15:28
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/77da0c01307eb3c348f48983ea60099f to your computer and use it in GitHub Desktop.
Save artisticcheese/77da0c01307eb3c348f48983ea60099f to your computer and use it in GitHub Desktop.
services.Configure<IISOptions>(options => {
options.AutomaticAuthentication = true;
});
services.AddAuthentication(Microsoft.AspNetCore.Server.IISIntegration.IISDefaults.AuthenticationScheme);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment