Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
69 views

AccrediDoc - Multi-tenant Accreditation Management System A comprehensive Django-based multi-tenant accreditation management system designed for healthcare organizations in India. Manage NABL, NABH, ...
Dr BRIJESH PATEL's user avatar
1 vote
1 answer
65 views

I have applied the multi-tenant location for EF Core database applying customize schema per tenant in my ASP.NET Core Web API project. To do that the client send request through the API by setting ...
Yoann Blossier's user avatar
0 votes
0 answers
45 views

We have an Azure AD Single Sign-On (SSO) .NET 8 Core application that transfers documents from one SharePoint tenant to another. Based on the selected tenant, we retrieve sites, libraries, etc. We ...
Sukrut Paranjape's user avatar
2 votes
0 answers
83 views

I’m experimenting with Spring Data and Hibernate to implement multi-tenancy in an existing app using a discriminator column with @TenantId on the entities. I have seen that hibernate includes tenant ...
krillov's user avatar
  • 139
1 vote
0 answers
61 views

I’m working with Camunda 7.23 and I need multi-tenancy by schema (each tenant has its own database schema, but all share the same application). The official documentation states that job execution is ...
alex's user avatar
  • 63
0 votes
0 answers
109 views

We want to publish a multitenant app for external tenant users. Right now, We've already established a single-tenant mechanism for our web application using spring-security-saml2-service-provider 6.3....
Eka's user avatar
  • 41
0 votes
0 answers
131 views

I'm using the stancl/tenancy package in a Laravel v12 application and need to apply tenant-specific scoping to cached values. By default, the package overrides Laravel's CacheManager to apply tags() ...
Solomon Ochepa's user avatar
0 votes
0 answers
32 views

I have an application with column-base multi-tenancy. There was a need to update the dependency version Hibernate 6.3.0.CR1 → 6.6.13.Final. I did everything according to the migration guide. After the ...
dmitryobukhoff's user avatar
0 votes
0 answers
87 views

I'm working on a Laravel application that uses multitenancy with subdomains, running inside Docker (Laravel Sail). I'm trying to run browser-based tests using Laravel Dusk, but I'm facing an issue ...
Sebas's user avatar
  • 21
0 votes
1 answer
195 views

I’m building a multi-tenant Spring Boot application where all tenants share the same database and schema, but data is separated by a hospital_id column in each table. Here’s my setup: Same database ...
Himanshu Sharma 's user avatar
-2 votes
1 answer
113 views

I realize this has been asked before and we've read through the posts, but our scenario is a bit unique. We are building a multi-tenant application, using a main database for shared data and client ...
opcode-devops's user avatar
0 votes
0 answers
37 views

I need some recommendations for a multi-tenant project I'm working on, and I'm facing an issue with our Keycloak setup. Our backend is a .NET API and our frontend is built with Angular. Currently, we ...
Swiper's user avatar
  • 1
0 votes
0 answers
53 views

Keycloak supports multitenancy at the user level via external storage and UserStorageSPI. Can realms similarly be stored in separate databases instead of a single Keycloak database? Our use case ...
Nitish Borade's user avatar
0 votes
0 answers
27 views

We want to implement tenancy in Secret Manager within a single GCP project. The approach we’re considering is: Using different service accounts for each tenant. Granting each service account access ...
Bhavesh Singh's user avatar
0 votes
1 answer
54 views

I am developing a multi-tenant application using the schema-per-tenant approach in Grails 3.3.18. The new tenant schema is created successfully when I dynamically add a tenant. However, when I attempt ...
fleboho's user avatar
  • 36
1 vote
2 answers
372 views

I'm building a multi-tenant FastAPI application that uses PostgreSQL schemas to separate tenant data. I have a middleware that extracts an X-Tenant-ID header, looks up the tenant's schema, and then ...
dineshh912's user avatar
0 votes
1 answer
80 views

I'm using TenantConfigResolver to set the tenantId dynamically @ApplicationScoped public class PartitionTenantResolver implements TenantConfigResolver { @Override public Uni<OidcTenantConfig> ...
Bd Ghn's user avatar
  • 13
0 votes
0 answers
66 views

I'm working with a multitenant Spring Boot app using Spring Data JPA and Hibernate. My entity has auditing fields (@CreatedBy, @CreatedDate, @LastModifiedBy, @LastModifiedDate) populated via @...
John Mckeen's user avatar
3 votes
0 answers
179 views

Issue I'm building a SPA that needs to authenticate with a Laravel back-end using Sanctum. I'm using the stancl/tenancy package for multi-tenancy, where each tenant has their own subdomain. However, ...
oghenemavo's user avatar
0 votes
1 answer
170 views

I'm trying to create a multi-tenancy system for my CRM system. Basically every company using the software has their own sets of tables(aside from the tenants table itself). I would like to separate ...
user2741831's user avatar
  • 2,482
0 votes
1 answer
135 views

I'm implementing multi-tenancy in my ASP.NET Core application with Entity Framework Core. I already have a solution that applies global query filters to entities with a single TenantId, as shown below:...
nop's user avatar
  • 6,617
0 votes
0 answers
24 views

i am using spring-boot with hibernate's PhysicalNamingStrategy together with a AbstractRoutingDataSource from spring and MS SQL Server. The goal is to have a dynamic schema switching for different ...
d2k2's user avatar
  • 701
0 votes
0 answers
38 views

For our SaaS API we use schema-based multitenancy, which means every customer (~tenant) has its own separate schema within the same (MySQL) database, without interfering with other customers. Each ...
Sachin Bagewadi's user avatar
0 votes
1 answer
85 views

I am implementing a multi-tenant architecture in my Spring application. The ConfigurationDataSource class is used to provide a DataSource when the application starts. Below is the detailed ...
Thanh Dat Truong's user avatar
0 votes
0 answers
19 views

We are basically trying to acheive password change without restart of service as defined in https://blog.jdriven.com/2021/06/configure-hikari-connection-pool-when-using-rds-iam/ Implemented the class ...
Anitha's user avatar
  • 11

1
2 3 4 5
63