Is it possible to get a valid token from the Business Central API with just the App ID and Secret? Without involving a user prompt/login?
We need to pull data from Business Central without having a user authenticating.
In testing, we've found it to not be possible.
https://docs.microsoft.com/en-us/azure/active-directory/develop/v1-protocols-oauth-code
http://paulryan.com.au/2017/oauth-on-behalf-of-flow-adal/
Are there additional resources which show how to do this?