Service account authentication in .NET Core.
What are the best practices for having a console app authenticate as a service account (windows authentication) in .NET Core? I see that WindowsIdentity isn't available in Core and can't find any info on how to connect as a Windows user/client vs supporting windows auth as a server.
0 comments:
Post a Comment