AuthP Multitenant User Management with Blazor 8 #105
Replies: 3 comments 1 reply
-
|
Thank you @JonPSmith . The library is very useful. Add Tenant in TenantController There are some good progress implementing this library for Blazor. But I come across a problem with
Problem is I dont use Invoice example, so I can not use this way. For temporary solution, I copy AuthTenantAdminService to local clas and removing all the code with It works, I can create Tenant (Login As Super@g1.com). But I know this is not a good solution. Is there any other way to register |
Beta Was this translation helpful? Give feedback.
-
|
I solved it. I change Example3.InvoiceDbContext. I remove Invoices and LineInvoice and keep only Companies. I think I need the company table for detail information about the tenant. |
Beta Was this translation helpful? Give feedback.
-
|
I have done all the functions in Example 3. And Now I am trying to understand example 6. What I don't understand is about sharding hasowndb=true but the database has 2 tenants. the owner of db is big rock. But I can assign another tenant to database two. Why is that ? I thought that if the database has already owned by a tenant then I can not assign to other users ? |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
This project aims to establish a unified user identity for multitenant environments across multiple projects. The implementation relies on AuthPermissions.AspNetCore.
TenantCreate.razorcan only be accessed by users who have theTenantCreate permission. Therefore, only two users, namelySuper@g1.comandAppAdmin@g1.com, have the authority to create tenants.InviteUser.razorandAcceptInvitation.razorin theTenantAdminController.are user interfaces used when the tenant wants users to sign up only by invitation.While not many functions have been created yet, these steps are crucial for implementing multitenancy in IdentityUser.
Project link:
https://github.com/meliora-solution/MultiTenantIdentityUserBeta Was this translation helpful? Give feedback.
All reactions