FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
90 stars 12 forks source link

Creating a new tenant copies the connector policy of the default tenant #916

Closed mooreds closed 5 months ago

mooreds commented 4 years ago

Creating a new tenant copies the connector policy of the default tenant

Description

If you create a new tenant via the admin UI, the connector policy of the default tenant is copied, whatever it is.

Affects versions

1.19.8

Steps to reproduce

  1. Have a licensed version of FusionAuth
  2. Create a connector
  3. Add the connector to the default tenant as a policy (precise settings don't appear to matter)
  4. Create a new tenant (tenantA)
  5. Observe that tenantA has the same connector policies as the default tenant.
  6. Remove or modify the connector policy of the default tenant (add a different domain, for example)
  7. Create a new tenant (tenantB)
  8. Observe that tenantB has the same connector policies as the default tenant currently does.

Expected behavior

The connector policy of a new tenant should be the default value; just the fusionauth connector.

Platform

n/a

robotdan commented 4 years ago

Currently each "new tenant" is sort of a copy, we can review this behavior in the UI and fix this one, and see if other values should have a different default as well.

~We should also add a copy button.~ Looks like we do have a copy button already.

robotdan commented 2 years ago

This is working as designed. Not sure I see much of a problem with it. Do you have a strong opinion on this one?

andrewpai commented 5 months ago

Closing, as this is no longer the default behavior when creating a tenant - the connector policy list only contains the default connector for new tenants now.