4 references to AddKeycloakOpenIdConnect
Aspire.Keycloak.Authentication (3)
AspireKeycloakExtensions.cs (3)
109=> builder.AddKeycloakOpenIdConnect(serviceName, realm, OpenIdConnectDefaults.AuthenticationScheme, null); 123=> builder.AddKeycloakOpenIdConnect(serviceName, realm, authenticationScheme, null); 137=> builder.AddKeycloakOpenIdConnect(serviceName, realm, OpenIdConnectDefaults.AuthenticationScheme, configureOptions);
Keycloak.Web (1)
Program.cs (1)
33.AddKeycloakOpenIdConnect("keycloak", realm: "WeatherShop", oidcScheme, options =>