feat: implement Neo4j knowledge graph synchronization and integrate global cache support with custom tenant claims.

This commit is contained in:
2026-05-26 12:54:41 +02:00
parent 3cbbb6df6b
commit 824b4366e0
10 changed files with 510 additions and 54 deletions
+2 -1
View File
@@ -106,7 +106,8 @@ builder.Services.AddAuthentication(options =>
builder.Services.AddIdentityApiEndpoints<NexusUser>()
.AddRoles<IdentityRole>()
.AddEntityFrameworkStores<AppDbContext>();
.AddEntityFrameworkStores<AppDbContext>()
.AddClaimsPrincipalFactory<NexusReader.Web.Services.CustomUserClaimsPrincipalFactory>();
builder.Services.ConfigureApplicationCookie(options =>
{