Skip to main content

Questions tagged [multi-tenant]

A principle in software architecture where a single instance of the software runs on a server, serving multiple client organizations (tenants).

-1 votes
0 answers
13 views

Nested @TenantId in Hibernate / Spring JPA

the Hibernate feature @TenantId looks very promising for my use case. I'm wondering if it's possible to apply the automatic-tenantId-setting on nested tenants like: tenant1 sub-tenant1.1 sub-tenant1....
Alex Schmidt's user avatar
-1 votes
0 answers
16 views

How do i switch between different schemas in spring jpa and hibernate dynamically

i have a multi tenancy application written with spring boot, keycloak, flyway and postgres, i have been finding it difficult to switch from one schema to another, note i have done a lot of research ...
David Ogbodu's user avatar
0 votes
0 answers
21 views

SAP CAP Multitenant - getDependencies callback error

I am working on a multitenant application using SAP CAP. When trying to subscribe a tenant, I am getting a 403 Forbidden as callback as shown below. Subscribe failed. Error: Subscribe failed. Failed ...
zenir's user avatar
  • 1
0 votes
0 answers
10 views

Creating Integrated Tests for Finbuckle 7.0.1

I am create a multi-tenant API using clean architecture and FinBuckle 7.0.1. My unit tests run fine, and my functional tests where I can set the tenant identifier in the client header, work fine, ...
Mark Townsend's user avatar
0 votes
1 answer
41 views

Setting up multitenancy for Power App application

I have an application created in Power App with a data source. How can I set up multi-tenancy so that I can share this application with other organizations, but so that they have their own set of data ...
Mccree's user avatar
  • 103
0 votes
0 answers
16 views

Multi-tenancy with custom domains and react/remix

I have set up a backend API that handles multitenancy using multiple databases which connects based on the custom domain that is browed to. I'm certain there is a better way, and as this was my very ...
Xeschylus's user avatar
  • 148
0 votes
0 answers
15 views

Multi-Tenant Domains on NextJS (not Vercel)

What is the right way to assign a custom domain to a subdomain like assume I want to use testproduction.com as the custom domain Example: (Multi-Tenant) subdomain: *.example.com (test.example.com) ...
tejas bhakta's user avatar
0 votes
0 answers
25 views

Microsoft.IdentityModel.Clients.ActiveDirectory does not support Managed Identity Authrization Credentials

I am using the following code, how to change this for Managed Identity based credentials S360 for Safe Secret (Remove password in apps) public partial class Startup { private static string ...
Veena's user avatar
  • 11
-5 votes
0 answers
31 views

Need help for Multi Tenancy SaaS Backend [closed]

I plan to create a multi tenant saas WebApp with NestJs + Prisma + MySQL as backend. One Database each table hat a id and tenant_id column. For approximately 100 Tenants each tenant had about 2000 ...
Patrick's user avatar
0 votes
0 answers
31 views

How to handle connection pooling in multitenant app (multiple app server and tenant per db)?

We are trying to build a multi-tenant app(using spring boot) with single db per tenant. We currently have less than 100 tenants but we expect around 1000 in 2-3 years. We have multiple app server ...
Sarthak's user avatar
0 votes
1 answer
65 views

How to resolve 'invalid hostname for this tenancy' error when accessing Microsoft Graph API for multi-tenant app registration?

I have a multi-tenant app registration in Azure AD with permissions to Sites.Selected to use the Microsoft Graph API for reading/writing to SharePoint sites. Tenant B has successfully given admin ...
Selmir Aljic's user avatar
0 votes
2 answers
81 views

Is there a way to wait for a OctopusDeployReleaseTenanted@6 task?

I am configuring a pipeline in Azure DevOps to deploy an application via Octopus on a tenanted server. When using v5 of the task before, I had a way to wait for its completion by ticking the "...
Jules's user avatar
  • 7,165
0 votes
1 answer
37 views

How do I get Hibernate @TenantId to work with @JoinColumn

In my application I have switched to a multi-tenant database. I am using Java 21 with hibernate 6.5.2, and using @TenantId to discriminate between clients (Not using Spring). Same database, same ...
Samanite's user avatar
0 votes
0 answers
67 views

Unable to dynamically create datasource SpringBoot - 3.3.0

I am trying to develop a spring boot REST application that exposes a Rest endpoints for adding a datasource dynamically without redeployment. Basically I want to start the application with a primary ...
user1999453's user avatar
  • 1,385
0 votes
1 answer
27 views

How can I set up a non-Spring multi-tenant database using hibernates @TenantId annotation

I have an application that I am trying to switch from a single tenant to a multi-tenant database. I am using hibernate-core 6.5.2 dependency in my pom file. This backend was not set up using spring ...
Samanite's user avatar

15 30 50 per page
1
2 3 4 5
209