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
Nice to see your comment! Well, unfortunately Balea does not cover a multi-tenancy scenario out of box but I think you can accomplish this without a hard work. The idea to do this could be:
Create a specific Store like our entity framework store where you can add a new parameter for specify the tenant Id and the implementation of this store response the authorization results based on this new parameter.
Include on the user claims principal the tenant id to move on the new store.
Hi,
I'm asking for how about multitenant apps how can I implement Balea to authorize depending on the user permission for the specific tenant.
tenant Id sent throw headers to API request cause the front end is using Blazor WASM.
The text was updated successfully, but these errors were encountered: