Hi everyone.
My team is developing application that will have option to connect to Dznamics 365 BC.
We want to have following use case:
Our user want's to retrieve some data from BC API, such as Invoices, Customer info and Products.
Our idea for connecting to API is that user uses his account to sign-in as user with Oauth2.0, we retrieve tokens and access API.
So now, my question is, is this possible to do if we create single Oauth2.0 Application on our tenant AD, and use client-id/secret in our application to authorize users.
Will our users be able to login with their credentials to access data that is on Business Central on their tenant?
Is this possible, or maybe we should use some other approach, like S2S or something else?