My main question is I'm in the process of creating a 3rd party app and trying to request an access token using a http request. I went thru Azure and created an APP and got a client_id and client_secret. I first tried this in Postman using https://businesscentral.dynamics.com/ as the URL and it worked returning an access token.
I then create a small Visual Studio C# and re-tried (local debug) using the same setup as in Postman.
My http request keeps returning a 'The remote server returned an error: (401) Unauthorized'
so my thought is that I need to authorize the 3rd party app before it lets me get an access token.
I assume Postman is already authorized so that's why it works.
Can someone tell me if I'm correct and what my next step is.
Thanks Keith