I've watched this tutorial video:
https://www.youtube.com/watch?v=3PyUjOmuFic&t=15s
My question is, how does the client know that it needs to go to AAD to get the token, when the web API code doesn't sit in Azure?
When the web api and the client project (both in Visual Studio) were registered in Azure, are the IDs (tenant id, resource Id, etc) the only ones needed to for the client to go to Azure, grab the token even before hitting the running web api?
Is this all what's needed to make azure the mediator between web api and the client?
Can you please point me to the right direction to understand authentication using Azure.
Thanks
