Single application for multi tenants
-
Hello,
We have a single mobile application with many customers (organizations).
We would like to use FusionAuth to authenticate and authorize clients requests in a way that each customer(organization) is a different tenant.
Is it possible to share application between tenants? If not, how can we achieve that?Thanks,
Joey. -
You cannot share FusionAuth applications between tenants, unfortunately. They are a tenant scoped object.
If you want to sync application settings across tenants, you can use a client library or the API to script changes.
Hope that helps!