ASP.NET Core and on premise AD authentication

前端 未结 2 1753
鱼传尺愫
鱼传尺愫 2021-01-04 14:11

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

2条回答
  •  温柔的废话
    2021-01-04 14:37

    Microsoft has released pre-release version for System.DirectoryServices. You can get it from NuGet package manager using this command:

    Install-Package System.DirectoryServices -Version 4.5.0-preview1-25914-04
    

    This is working fine for me till now.

提交回复
热议问题