Hello everybody,
I am currently trying to integrate a 3rd party service into Business Central SaaS and I am forced to use OAuth 2.0 authentication for that.
I see there's some stuff already available through the base application, for instance table/page "OAuth 2.0 Setup" and codeunit "OAuth 2.0 Mgt.".
Basically this does look very friendly, but unfortunatelly I cannot find any documentation for this part of the application. Also, the OAuth Setup doesn't seem to be accessible through the UI of BC so I am wondering about how to start working with it and configuring parameters like client id, client secret etc.
Does anyone have any experience with it already and/or knows where to find information about how to get started here?
Many thanks in advance
AndrewT
0
Comments
I only want to let you know: you are not alone.
Same here
any news here? Searched for any documentation or guide and came up emtpy.
Help would be highly appreciated!
Best regards
Julian
If you have access you can have a look at the Dynamics 365 BC Launch
https://events1.social27.com/msdyn365bclaunchevent/home
There is a really good session about OAuth 2.0: "BCLE203 What’s new: Application support for OAuth2.0"
That is also a GitHub repo with some example code: https://github.com/microsoft/BCTech/tree/master/samples/OAuth2Flows
thank you so much!