Bypass Authentication With WebApplicationFactory
There are many approaches for this out in the wild. I think this speaks for itself. public class SampleWebApplicationFactory : WebApplicationFactory<Program> { public const string MockScheme = nameof(MockScheme); protected override void Conf...
Jun 5, 20251 min read