GetOpenIdConfiguration_returns_ok against testing host
This commit is contained in:
parent
3836faf872
commit
5b48e0bfdb
5 changed files with 70 additions and 75 deletions
|
|
@ -78,6 +78,7 @@ public sealed class WebServerFixture : WebHostFixture
|
|||
public RecordingSmtpClientFactory? SmtpClientFactory { get; private set; }
|
||||
public ILogger? Logger { get; internal set; }
|
||||
|
||||
public string? HttpsAuthority => Addresses.FirstOrDefault(u => u.StartsWith("https:"));
|
||||
protected override WebApplication BuildApp(WebApplicationBuilder builder)
|
||||
{
|
||||
var authority = $"https://localhost:{_httpsPort}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue