iammukeshm / CleanArchitecture.WebApi

An implementation of Clean Architecture for ASP.NET Core 3.1 WebAPI. Built with loosely coupled architecture and clean-code practices in mind.
MIT License
1.4k stars 344 forks source link

How to bypass to use database for local authentication? I want to use AD #20

Open biapar opened 4 years ago

biapar commented 4 years ago

How to bypass to use database for local authentication? I want to use AD

MatiasMaldonadoLera commented 3 years ago

Eliminar la infraestructura de identity y sacar Authorize de la ruta de los controller