Bypass Authentication With WebApplicationFactory
Jun 5, 2025 · 1 min read · 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...
Join discussion