I need to authenticate a user in Active Directory from .net core app running under Linux by using Kerberos protocol.
Is there some system or recommended API to do this?
I need to authenticate a user in Active Directory from .net core app running under Linux by using Kerberos protocol.
Is there some system or recommended API to do this?
If your domain administrators have already configured integration, such as https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/windows_integration_guide/introduction, then you don't have to do much on Linux side. .NET Core is able to pick up valid Kerberos tickets on Linux for authentication in most of the cases.
2 people are following this question.