Configure authentication in program and endpoints #2

Merged
sergio_matias merged 3 commits from feature/configure-authentication into development 2025-07-18 00:59:03 +00:00
Showing only changes of commit 6d884d0d8b - Show all commits

View File

@@ -9,8 +9,6 @@ using System.Text.Json.Serialization;
var builder = WebApplication.CreateBuilder(args);
//var authSettings = AuthHelper.GetAuthSettings(builder, "thalos_service");
builder.Services.ConfigureAuthentication(builder.Configuration);
builder.Services.AddLogs(builder);