3 references to AddOpenIdConnect
Aspire.Keycloak.Authentication (1)
AspireKeycloakExtensions.cs (1)
160builder.AddOpenIdConnect(authenticationScheme, options => { });
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectExtensions.cs (2)
27=> builder.AddOpenIdConnect(OpenIdConnectDefaults.AuthenticationScheme, _ => { }); 41=> builder.AddOpenIdConnect(OpenIdConnectDefaults.AuthenticationScheme, configureOptions);