We have Setup a Windows azure active Directory to protect a Web API. The Web API exposes an OData3 Endpoint, it works great. Now i am trying to connect with Excel to this odata endpoint. It does not work. I also found the answer, e.g. on this stack overflow post: WAAD Authentication with WebAPI OData service consumed by Excel PowerQuery
Basically the Problem is:
AAD doesn't support first party client (PowerQuery) to third party service (your service) authentication today. but hopefully soon enough :) Maybe just when you get the rest done :)!
Okey, I understand you need to register any client app in Azure Active Directory if you want to access a web api or web app that is protected by AAD. But what i really don't get: With any browser i can authenticate against protected resources? Why does this work, i mean i am not registering the Browsers but they are actually nothing else than a Client!? I can authenticate against my Service with any browser, but with Excel it is not working. Why? Maybe i mess up something but some Explanation would be really helpfull to solve my node :)
Thank you in advance Best Laurin