8 references to FrontendAuthenticationDefaults
Aspire.Dashboard (8)
Authentication\FrontendCompositeAuthenticationHandler.cs (2)
48
FrontendAuthMode.OpenIdConnect =>
FrontendAuthenticationDefaults
.AuthenticationSchemeOpenIdConnect,
49
FrontendAuthMode.BrowserToken =>
FrontendAuthenticationDefaults
.AuthenticationSchemeBrowserToken,
DashboardWebApplication.cs (6)
701
authentication.AddPolicyScheme(
FrontendAuthenticationDefaults
.AuthenticationSchemeOpenIdConnect, displayName:
FrontendAuthenticationDefaults
.AuthenticationSchemeOpenIdConnect, o =>
740
authentication.AddPolicyScheme(
FrontendAuthenticationDefaults
.AuthenticationSchemeBrowserToken, displayName:
FrontendAuthenticationDefaults
.AuthenticationSchemeBrowserToken, o =>
762
authentication.AddScheme<AuthenticationSchemeOptions, UnsecuredAuthenticationHandler>(
FrontendAuthenticationDefaults
.AuthenticationSchemeUnsecured, o => { });
808
FrontendAuthMode.Unsecured =>
FrontendAuthenticationDefaults
.AuthenticationSchemeUnsecured,