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