4 references to Authority
Aspire.Dashboard.Tests (4)
Integration\FrontendOpenIdConnectAuthTests.cs (3)
20
await using
var
authority = await MockOpenIdAuthority.CreateAsync().DefaultTimeout();
63
await using
var
authority = await MockOpenIdAuthority.CreateAsync().DefaultTimeout();
96
private static void ConfigureOpenIdConnect(Dictionary<string, string?> config, MockOpenIdAuthority.
Authority
authority)
Integration\MockOpenIdAuthority.cs (1)
24
public static async Task<
Authority
> CreateAsync()