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