I am currently in the process of trying to get the data from Dynamics 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
- 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 separate login for application so we will have to use two login
- Application login
login.microsoft.comfor Dynamics CRM