FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Tags
    3. tenants
    Log in to post
    • All categories
    • danD

      Copied tenant, email can't be sent?

      Q&A
      • email tenants • • dan
      2
      0
      Votes
      2
      Posts
      1.0k
      Views

      danD

      A couple of things:

      https://fusionauth.io/docs/v1/tech/troubleshooting/#troubleshooting-email has troubleshooting tips worth checking out.

      The UI copy doesn't copy the SMTP password, so double check that as well.

    • danD

      Can I create a tenant with the API?

      Q&A
      • tenant tenants api • • dan
      2
      0
      Votes
      2
      Posts
      2.6k
      Views

      danD

      Yes.

      The only thing you can't create via the API is another API key. You can track that functionality on this issue.

      See the tenant documentation for more.

    • danD

      Can I have physical as well as logical separation of my tenants in FusionAuth?

      Q&A
      • tenants isolation separation • • dan
      2
      0
      Votes
      2
      Posts
      3.2k
      Views

      danD

      Tenants are separated logically, with users, identity providers, and applications all separate.

      If you need physical or geographic separation (for instance, to host users in tenant A in the USA and users in tenant B in Germany, you can do this by running two instances of FusionAuth. You can keep system wide configuration in sync using scripts with the client library.

    • danD

      Can I programmatically provision tenants?

      Q&A
      • tenants api provisioning • • dan
      2
      0
      Votes
      2
      Posts
      2.7k
      Views

      danD

      Yes. You can use the tenant API or any of the client libraries to created, read, update and delete tenants and all their configuration.

    • S

      Duplicating FA applications

      Q&A
      • tenants • • sboykin
      4
      0
      Votes
      4
      Posts
      1.4k
      Views

      danD

      Sorry, that functionality isn't available in the UI.

    • danD

      Limit on tenants

      Q&A
      • tenants limits • • dan
      2
      0
      Votes
      2
      Posts
      1.4k
      Views

      danD

      No hard limits, we have some clients running somewhere between 5-10k.

      If you encounter any performance degradation, you can open a GitHub issue and we will take a look. We do have some work in plan to improve the UI for this type of scale.

    • danD

      Do user ids have to be different between tenants?

      Q&A
      • tenants user ids uniqueness • • dan
      2
      0
      Votes
      2
      Posts
      1.5k
      Views

      danD

      User ids need to be globally unique. You can either provide your own unique uuid or you can let FusionAuth provide them for you. But these values are not tenant scoped.