Giter VIP home page Giter VIP logo

Comments (1)

JonPSmith avatar JonPSmith commented on September 25, 2024

Hi @TanmayKhalikar,

I am not sure how you add an Tenant Admin Role or Tenant User Role to created Tenant like Example3. The typical way is to use the IAuthRolesAdminService service to add your two Roles (see this section in the AuthP's documentation).

You can use the IAuthRolesAdminService service with a Hierarchical multi-tenant application, but it has some differences:

  • The Tenant User is designed to control users at the same level or lower. For instance the Hierarchical multi-tenant example image shows a user called "Joe" who has access to the SanFran, Dress4U and Tie4U users. And a user at the "4U" can see all the data and control all the user in this tenant.
  • To get all the users that the Tenant Admin can control the code must the _authUsersAdmin.QueryAuthUsers(dataKey) with the Tenant Admin's dataKey - see this section the AuthP's documentation.

Example4 has this Tenant user feature in it - try logging into Example4's app and log in as "[email protected]" and then use "Auth Admin -> List all AuthUsers" and you will various users that the "[email protected]" can control.

from authpermissions.aspnetcore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.