I\'d like to try and use ASP.NET Core MVC or Web API at my workplace but we have just Active Directory to authentication and authorization. Is there any solution to solve it
Microsoft has released pre-release version for System.DirectoryServices. You can get it from NuGet package manager using this command:
System.DirectoryServices
Install-Package System.DirectoryServices -Version 4.5.0-preview1-25914-04
This is working fine for me till now.