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
I'm looking for guidance on creating a Tenant Admin User with the Tenant Admin Role for each new Tenant that gets created. I'm specifically referring to the Example4.MvcWebApp.IndividualAccounts project. How can I achieve this?
The text was updated successfully, but these errors were encountered:
Let me say back to you on what you are asking. You want every Tenant should have a Tenant Admin User - is that correct? If so here are two suggestions which relay on you create a "Tenant Admin" role (see Example4 for an example).
If you use the SignUpAndCreateTenant feature (see this article or this document), then you can make the user signing in to have the "Tenant Admin" role. This is the typical approach.
If you want a App Admin to create a new Tenant, then after the Tenant is created you need to add a user for the Tenant and give them the "Tenant Admin" role. See this article or document.
Hello,
I'm looking for guidance on creating a Tenant Admin User with the Tenant Admin Role for each new Tenant that gets created. I'm specifically referring to the Example4.MvcWebApp.IndividualAccounts project. How can I achieve this?
The text was updated successfully, but these errors were encountered: