andy wilson
andy wilson

Reputation: 970

Retrieve Current Active Directory User Details C# Web Api

I'm trying to get the current active directory details of a user via a Web API wrote in C#. I'm unsure of what to do, I have been tasked this by work and I don't know C#. I'm trying to write it in ASP.NET Core.

Upvotes: 1

Views: 3428

Answers (1)

Chillie
Chillie

Reputation: 1026

This LDAP tutorial is old, but should still be helpful. I recently used it to create a CRUD Web API for Active Directory. https://www.codeproject.com/articles/90142/everything-in-active-directory-via-c-net-using

I would give you more than just a link, but there is a bit of code, and I would rather not just copy and past it.

Upvotes: 1

Related Questions