3 writes to SignInScheme
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
806options.SignInScheme = CookieAuthenticationDefaults.AuthenticationScheme;
Keycloak.Web (1)
Program.cs (1)
41options.SignInScheme = CookieAuthenticationDefaults.AuthenticationScheme;
Microsoft.AspNetCore.Authentication (1)
AuthenticationBuilder.cs (1)
124options.SignInScheme ??= _authOptions.DefaultSignInScheme ?? _authOptions.DefaultScheme;
2 references to SignInScheme
Microsoft.AspNetCore.Authentication (2)
RemoteAuthenticationHandler.cs (1)
28protected string? SignInScheme => Options.SignInScheme;
RemoteAuthenticationOptions.cs (1)
41if (string.Equals(scheme, SignInScheme, StringComparison.Ordinal))