Hi,
We’re developing a multi tenant solution using Auth0 with the authorization extension using a single database connection and we’ve ran into an issue. We would like to be able to set some metadata at the tenant level (various settings that apply to each tenant) which will be available for any user of this tenant, but Auth0 doesn’t have a metadata field at the group level.
What is the recommended way to implement this?
Thanks