aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

Use WindowsIdentity instead of environment variables to verify NTLM a… #721

Closed pranavkm closed 7 years ago

pranavkm commented 7 years ago

…uth scenarios

This is required to fix tests when tests are run under a system account.

pranavkm commented 7 years ago

cc @kichalla \ @Tratcher