Added oidc service to webapi with a dumb way of authenticating incoming tokens
This commit is contained in:
@@ -33,7 +33,6 @@ namespace Web
|
||||
services.AddRazorPages();
|
||||
services.AddServerSideBlazor();
|
||||
services.AddHttpContextAccessor();
|
||||
services.AddSingleton<WeatherForecastService>();
|
||||
services.AddAuthentication(options =>
|
||||
{
|
||||
options.DefaultScheme = CookieAuthenticationDefaults.AuthenticationScheme;
|
||||
|
||||
Reference in New Issue
Block a user