9 references to FrontendAuthenticationDefaults
Aspire.Dashboard (9)
Authentication\FrontendCompositeAuthenticationHandler.cs (2)
48
FrontendAuthMode.OpenIdConnect =>
FrontendAuthenticationDefaults
.AuthenticationSchemeOpenIdConnect,
49
FrontendAuthMode.BrowserToken =>
FrontendAuthenticationDefaults
.AuthenticationSchemeBrowserToken,
Authentication\UnsecuredAuthenticationHandler.cs (1)
22
FrontendAuthenticationDefaults
.AuthenticationSchemeUnsecured);
DashboardWebApplication.cs (6)
766
authentication.AddPolicyScheme(
FrontendAuthenticationDefaults
.AuthenticationSchemeOpenIdConnect, displayName:
FrontendAuthenticationDefaults
.AuthenticationSchemeOpenIdConnect, o =>
816
authentication.AddPolicyScheme(
FrontendAuthenticationDefaults
.AuthenticationSchemeBrowserToken, displayName:
FrontendAuthenticationDefaults
.AuthenticationSchemeBrowserToken, o =>
838
authentication.AddScheme<AuthenticationSchemeOptions, UnsecuredAuthenticationHandler>(
FrontendAuthenticationDefaults
.AuthenticationSchemeUnsecured, o => { });
890
FrontendAuthMode.Unsecured =>
FrontendAuthenticationDefaults
.AuthenticationSchemeUnsecured,