blue-engineer-76235
06/30/2022, 3:11 AMbulky-architect-22083
06/30/2022, 3:18 AMmulti-tenant
you mean, multi-organization
, I think you can assign one OAuth client as one tenant...
2. If you are going to self-host it, k8s is a good option (and services like GKE, Amazon EKS auto-scales it for you) and there are helm charts already available officially.blue-engineer-76235
06/30/2022, 4:58 AMmulti-tenant
I mean all of organizations will use the same System instances
2. Great!
Thanks!fancy-smartphone-2075
06/30/2022, 8:27 AMblue-engineer-76235
07/01/2022, 3:56 AMbulky-architect-22083
07/01/2022, 4:28 AMAll organizations will use the same system instances
bulky-architect-22083
07/01/2022, 4:31 AMaudience
field in the OAuth Client that you create and specify the list of endpoints that a particular organization is allowed to access. Then on the API side, when you receive the access_token, you introspect the token and get the list of endpoints from the audience field and check if the Client is allowed to access the endpoint.