I am currently in the process of trying to get the data from Dynamic CRM (Office 365 - E5) using the Web API query method like (api.crm.dynamics.com/api/data/v8.2/accounts?$select=accountid,name,new_gl_exp,new_autol_exp)
I will include this api within the external application (Developed using HTML & Javascript) & hosted in on-premises IIS
I have done the basic setting in both CRM & Azure and got the token after logged it in login.microsoft.com
Questions
1. How can we get authenticate without enter the username & password in the login.microsoftonline.com
Is there way to bypass this login ( like passing client,tenet, client secret id as parameter to login.microsoft.com ) or any REST API ?
We are using seprate login for application so we will have to use two login
1. Application login
2. login.microsoft.com for dunamic crm
Thank you for any help you can provide,