9 references to AddKeycloakOpenIdConnect
Aspire.Keycloak.Authentication (3)
AspireKeycloakExtensions.cs (3)
112
=>
AddKeycloakOpenIdConnect
(builder, serviceName, realm, OpenIdConnectDefaults.AuthenticationScheme, null);
126
=>
AddKeycloakOpenIdConnect
(builder, serviceName, realm, authenticationScheme, null);
140
=>
AddKeycloakOpenIdConnect
(builder, serviceName, realm, OpenIdConnectDefaults.AuthenticationScheme, configureOptions);
Aspire.Keycloak.Authentication.Tests (5)
AspireKeycloakExtensionTests.cs (1)
167
.
AddKeycloakOpenIdConnect
(DefaultKeyName, realm, scheme, options =>
KeycloakAuthenticationPublicApiTests.cs (4)
458
var action = () => builder.
AddKeycloakOpenIdConnect
(
480
var action = () => builder.
AddKeycloakOpenIdConnect
(
504
var action = () => builder.
AddKeycloakOpenIdConnect
(
528
var action = () => builder.
AddKeycloakOpenIdConnect
(
Keycloak.Web (1)
Program.cs (1)
33
.
AddKeycloakOpenIdConnect
("keycloak", realm: "WeatherShop", oidcScheme, options =>