
Hello all,
Some time ago I developed a web service within d365 f&o which is working fine.
This web service requires uses Oauth 2.0 so it needs a bearer token to access it.
I would like to know if there is any way to modify the auth to a basic one using some username and password for example? Or Oauth 2.0 is the only option for d365?
Ps: Below are the links I used to create my web serivce
https://d365technext.blogspot.com/2018/07/dynamics-365-finance-operation-webapi.html?m=1
Thanks,
Hello bosis,
the only way to authenticate against dynamics is through an Azure app id wich will give you an access token (oauth 2.0) or using a Dynamics 365 FO user account, take a look at this solution from github, you'll find a folder named AuthenticationUtility along with multiple examples of api services https://github.com/microsoft/Dynamics-AX-Integration/tree/master/ServiceSamples