You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
Originally spurring from #351 which was closed due to the project migration.
From the OP:
This modification makes it such that tenant setting flags will only be included in the PATCH /api/v2/tenants/settings call if they have changed. This proposed change addresses use cases for Auth0 private cloud and enterprise customers whose tenants do not allow updates of certain tenant settings flags. Even the mere presence of these flags in the API call, irrespective of the values changing or not, will cause the API to return an error response. With these proposed changes, the tenant setting flags will simply be omitted from the API call if unchanged, thus bypassing the issue altogether.
This issue, while appearing to be straightforward, is non-trivial to holistically address. I defer to the comments in #351 for explanation.
Description
Originally spurring from #351 which was closed due to the project migration.
From the OP:
This issue, while appearing to be straightforward, is non-trivial to holistically address. I defer to the comments in #351 for explanation.
This would also fix #160 .
References
Community Note
The text was updated successfully, but these errors were encountered: