es, it's. otherwise, you need to delete the identity module too.
If my identity server is different I just want authentication and authorization working on this api so do i Need identity module or not. I already have identity server with identity module which i am using for the authentication purpose.
Hi,
Permission management module is a basic module, and identity module depends on it. if you don't want use permission management you have to remove identity module too

Still there are errors my side if your project is running smoothly please share with me Is it neccessory to use feature management and background job related modules to implement if there is no use in my project
No database is created by given steps sharing you logs [12:37:03 INF] Request starting HTTP/2 POST https://localhost:44300/Saas/Host/Tenants/CreateModal - application/x-www-form-urlencoded; charset=UTF-8 598 [12:37:03 INF] No CORS policy found for the specified request. [12:37:03 DBG] Get dynamic claims cache for user: 654dd381-8404-b2e1-3b2d-3a1578068640 [12:37:03 DBG] SessionId(b2df20e9-e052-4d73-944d-b69ee8854a46) found in cache, Updating hit count(0), last access time(11/11/2024 12:35:53 PM) and IP address(::1). [12:37:03 DBG] Updating the session from cache on the first check. [12:37:03 DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:654dd381-8404-b2e1-3b2d-3a1578068640,n:Saas.Tenants.Create [12:37:03 DBG] Found in the cache: pn:U,pk:654dd381-8404-b2e1-3b2d-3a1578068640,n:Saas.Tenants.Create [12:37:03 DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:Saas.Tenants.Create [12:37:03 DBG] Found in the cache: pn:R,pk:admin,n:Saas.Tenants.Create [12:37:03 INF] Executing endpoint '/Saas/Host/Tenants/CreateModal' [12:37:03 INF] Route matched with {page = "/Saas/Host/Tenants/CreateModal", area = "", action = "", controller = ""}. Executing page /Saas/Host/Tenants/CreateModal [12:37:03 INF] Skipping the execution of current filter as its not the most effective filter implementing the policy Microsoft.AspNetCore.Mvc.ViewFeatures.IAntiforgeryPolicy [12:37:03 INF] Executing handler method Volo.Saas.Host.Pages.Saas.Host.Tenants.CreateModalModel.OnPostAsync - ModelState is Valid [12:37:03 DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:654dd381-8404-b2e1-3b2d-3a1578068640,n:Saas.Tenants.Create [12:37:03 DBG] Found in the cache: pn:U,pk:654dd381-8404-b2e1-3b2d-3a1578068640,n:Saas.Tenants.Create [12:37:03 DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:Saas.Tenants.Create [12:37:03 DBG] Found in the cache: pn:R,pk:admin,n:Saas.Tenants.Create [12:37:03 DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:654dd381-8404-b2e1-3b2d-3a1578068640,n:Saas.Tenants [12:37:03 DBG] Found in the cache: pn:U,pk:654dd381-8404-b2e1-3b2d-3a1578068640,n:Saas.Tenants [12:37:03 DBG] PermissionStore.GetCacheItemAsync: pn:R,pk:admin,n:Saas.Tenants [12:37:03 DBG] Found in the cache: pn:R,pk:admin,n:Saas.Tenants [12:37:03 DBG] Added 0 entity changes to the current audit log [12:37:03 DBG] Added 0 entity changes to the current audit log [12:37:03 DBG] Added 0 entity changes to the current audit log [12:37:03 INF] Executed handler method OnPostAsync, returned result Microsoft.AspNetCore.Mvc.NoContentResult. [12:37:03 INF] Executing StatusCodeResult, setting HTTP status code 204 [12:37:03 INF] Executed page /Saas/Host/Tenants/CreateModal in 123.9588ms [12:37:03 INF] Executed endpoint '/Saas/Host/Tenants/CreateModal' [12:37:03 DBG] Added 0 entity changes to the current audit log [12:37:03 DBG] Added 0 entity changes to the current audit log [12:37:03 DBG] Added 0 entity changes to the current audit log [12:37:03 DBG] Executing HealthCheck collector HostedService. [12:37:03 INF] Start processing HTTP request GET https://localhost:44300/health-status [12:37:03 INF] Sending HTTP request GET https://localhost:44300/health-status [12:37:03 INF] Request starting HTTP/1.1 GET https://localhost:44300/health-status - null null [12:37:03 INF] Executing endpoint 'Health checks' [12:37:03 DBG] Added 0 entity changes to the current audit log [12:37:03 INF] Executed endpoint 'Health checks'
also following service returning me null [12:43:11 INF] Request finished HTTP/2 POST https://localhost:44300/api/saas/tenants/bb4107d8-db42-908a-8024-3a162c38fc48/apply-database-migrations - 204 null null 113.7705ms
does the database created by migration itself or need to create empty database. And if yes then how to run migration script. Now please give me your steps to use this
Shared you another link