Reputation: 450
How does one go about tying in AD authentication to an existing Web API? I've attempted to do this with Azure but Azure doesn't play nice with Web APIs. The constant redirects are a nightmare. Is there some way I can set it up to just hit a local AD sever, authenticate the user, and get back a token? It seems like it should be fairly simple but I'm finding no information on this.
Upvotes: 1
Views: 60
Reputation:
You will always be redirected if you're using Azure AD. You shouldn't be able to do this locally to my knowledge.
Upvotes: 1