feat: implement Neo4j knowledge graph synchronization and integrate global cache support with custom tenant claims.
This commit is contained in:
@@ -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 =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user