I need some help finding some examples in regards to setting up a Self Hosted Web Api app utilizing Owin Authentication that needs to connect into a Active Directory Service, ADFS is currently not an option.
Thank you in advance,
This is actually what I was looking for:
http://www.colinkraft.com/code/webapi-selfhosting.htm
Hi bobj181,
According to your description, I found some information in the below. You can refer it.
1: Protecting a Self-Hosted API with Microsoft.Owin.Security.ActiveDirectory
http://www.cloudidentity.com/blog/2013/12/10/protecting-a-self-hosted-api-with-microsoft-owin-security-activedirectory/
2: Secure ASP.NET Web API 2 using Azure Active Directory, Owin Middleware, and ADAL
http://bitoftech.net/2014/09/12/secure-asp-net-web-api-2-azure-active-directory-owin-middleware-adal/
Best Regards.
Yohann Lu
Thank you for the posts; however, each of those links deal with working with Azure AD, not an enterprise AD Network.