Open Closed

how administrator access is handled (e.g. provisioning, principle of least privilege, deprovisioning, etc.) #3190


User avatar
0
shobhit created

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

how administrator access is handled (e.g. provisioning, principle of least privilege, deprovisioning, etc.)


3 Answer(s)
  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    Sorry, I don't follow. Can you explain your issue in detail?

  • User Avatar
    0
    shobhit created

    How ABP framework handles the access permission. i am sure ABP is using some pattern. what is the pattern like provisioning, principle of least privilege, deprovisioning, etc.

  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    ABP uses permission-based authorization by the Permission Management Module for in-application authorization. You can extend the permission module as your business need. If you have custom business logic on permissions like overriding permission with custom policy or permission depending on condition/feature you can check Authorization documentation.

    For authentication between applications, we use Identity Server Management Module.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11