Multitenancy on hapi-fhir server (Backend) #604
Unanswered
f-odhiambo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you wish to allow a single endpoint to support multiple tenants, you may supply the server with a multitenancy provider. This means that additional logic will be performed during request parsing to determine a tenant ID, which will be supplied to resource providers. This can be useful in servers that have multiple distinct logical pools of resources hosted on the same infrastructure. More details are outlined here.
Some use cases:
Some new questions from today's scoping
Beta Was this translation helpful? Give feedback.
All reactions