Authorization Policies like AWS in .NET Core

Ali Khan 6 Reputation points
2022-07-14T23:28:08.897+00:00

Background
We have created a permissions based system which is driven by the database and each user can have group permissions or individual permissions to access a particular action method on the controller.

This is controlled by attributes and authorization policies and handlers in the current system.

Required

The above gives almost fine grained control to who can do what.

Is there any articles or examples of a system where the policy can be created using JSON like in AWS IAM Policies or Azure User policies which are JSON based.

Appreciate any ideas.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,199 questions
{count} votes