iammukeshm/CleanArchitecture.WebApi

Any ideas to implement complex authorization logic

lavilaso opened this issue · 1 comments

I need to implement complex authorization logic, normally I would solve this using Identity policies, in this architecture I don't know what would be a good way to implement this.
policies in the project for identity?
use validations in MediatR behaviorss?
Let me know your thoughts.

Yes Policies Would be the way forward. I already have it in my TODO list. Will update shortly