11 references to FrontendAuthenticationDefaults
Aspire.Dashboard (11)
Api\ApiAuthenticationHandler.cs (2)
122
FrontendAuthMode.OpenIdConnect =>
FrontendAuthenticationDefaults
.AuthenticationSchemeOpenIdConnect,
123
FrontendAuthMode.BrowserToken =>
FrontendAuthenticationDefaults
.AuthenticationSchemeBrowserToken,
Authentication\FrontendCompositeAuthenticationHandler.cs (2)
48
FrontendAuthMode.OpenIdConnect =>
FrontendAuthenticationDefaults
.AuthenticationSchemeOpenIdConnect,
49
FrontendAuthMode.BrowserToken =>
FrontendAuthenticationDefaults
.AuthenticationSchemeBrowserToken,
Authentication\UnsecuredAuthenticationHandler.cs (1)
22
FrontendAuthenticationDefaults
.AuthenticationSchemeUnsecured);
DashboardWebApplication.cs (6)
788
authentication.AddPolicyScheme(
FrontendAuthenticationDefaults
.AuthenticationSchemeOpenIdConnect, displayName:
FrontendAuthenticationDefaults
.AuthenticationSchemeOpenIdConnect, o =>
838
authentication.AddPolicyScheme(
FrontendAuthenticationDefaults
.AuthenticationSchemeBrowserToken, displayName:
FrontendAuthenticationDefaults
.AuthenticationSchemeBrowserToken, o =>
860
authentication.AddScheme<AuthenticationSchemeOptions, UnsecuredAuthenticationHandler>(
FrontendAuthenticationDefaults
.AuthenticationSchemeUnsecured, o => { });
918
FrontendAuthMode.Unsecured =>
FrontendAuthenticationDefaults
.AuthenticationSchemeUnsecured,